paych

Payment channel signing methods

createPayChMsgParams

Encodes the message's params required to create a payment channel, returning the message params in base64.

Parameters

createPaymentChannelMsg

Prepares the message required to create a payment channel.

Parameters

createVoucher

Creates a payment channel voucher and returns it encoded in base64

Parameters

signVoucher

Signs a payment channel voucher and returns it encoded in base64

Parameters

verifyVoucherSignature

Verifies the signature of a signed voucher.

Parameters

updatePaymentChannelMsg

Creates the message to update the payment channel given a voucher

Parameters

settlePaymentChannelMsg

Creates the message to settle the payment channel.

Parameters

collectPaymentChannelMsg

Creates the message to collect the payment channel.

Parameters

Last updated