The amount of XRP, in drops, the provided signature authorizes.
Optional
api_The API version to use. If omitted, use version 1.
The Channel ID of the channel that provides the XRP. This is a 64-character hexadecimal string.
The name of the API method.
Optional
idA unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.
The public key of the channel and the key pair that was used to create the signature, in hexadecimal or the XRP Ledger's base58 format.
The signature to verify, in hexadecimal.
Generated using TypeDoc
The
channel_verify
method checks the validity of a signature that can be used to redeem a specific amount of XRP from a payment channel. Expects a response in the form of a ChannelVerifyResponse.