Show / Hide Table of Contents

Class VerifyPmntChannelClaim

Inheritance
object
VerifyPmntChannelClaim
Namespace: Xrpl.Utils
Assembly: Xrpl.dll
Syntax
public static class VerifyPmntChannelClaim

Methods

| Edit this page View Source

VerifyPaymentChannelClaim(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX