Show / Hide Table of Contents

Class SignPmntChannelClaim

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

Methods

| Edit this page View Source

SignPaymentChannelClaim(string, string, string)

Sign a payment channel claim.

Declaration
public static string SignPaymentChannelClaim(string channel, string amount, string privateKey)
Parameters
Type Name Description
string channel

Channel identifier specified by the paymentChannelClaim.

string amount

Amount specified by the paymentChannelClaim.

string privateKey

Private Key to sign paymentChannelClaim with.

Returns
Type Description
string

True if the channel is valid.

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