createNewHtlcTransaction
method
Returns a serialized transaction creating a new HTLC contract.
Params
Parameter | Type | Required |
---|---|---|
wallet | string | Yes |
htlcSender | string | Yes |
htlcRecipient | string | Yes |
hashRoot | string | Yes |
hashCount | number | Yes |
timeout | number | Yes |
value | number | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
Property | Type | Required |
---|---|---|
String | string | Yes |