Add support for PaymentChannel transactions

This commit is contained in:
Ben Sharafian
2017-02-17 16:29:17 +01:00
parent c516ed4972
commit 5cf4301fd0
8 changed files with 82 additions and 0 deletions

View File

@@ -1426,6 +1426,26 @@
"isSigningField": true,
"type": "UInt32"
}
],
[
"SettleDelay",
{
"nth": 39,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt32"
}
],
[
"Channel",
{
"nth": 22,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "Hash256"
}
]
],
"TRANSACTION_RESULTS": {
@@ -1539,6 +1559,9 @@
"SuspendedPaymentCreate": 1,
"SuspendedPaymentFinish": 2,
"SuspendedPaymentCancel": 4,
"PaymentChannelCreate": 13,
"PaymentChannelFund": 14,
"PaymentChannelClaim": 15,
"Invalid": -1
}
}