Class VerifyPmntChannelClaim
Inheritance
object
VerifyPmntChannelClaim
Namespace: Xrpl.Utils
Assembly: Xrpl.dll
Syntax
public static class VerifyPmntChannelClaim
Methods
| Edit this page View SourceVerifyPaymentChannelClaim(string, string, string, string)
Verify the signature of a payment channel claim.
Declaration
public static bool VerifyPaymentChannelClaim(string channel, string amount, string signature, string publicKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | channel | Channel identifier specified by the paymentChannelClaim. |
| string | amount | Amount specified by the paymentChannelClaim. |
| string | signature | Signature produced from signing paymentChannelClaim. |
| string | publicKey | Public key that signed the paymentChannelClaim. |
Returns
| Type | Description |
|---|---|
| bool | True if the channel is valid. |