Show / Hide Table of Contents

Class ChannelVerifyResponse

Response expected from a ChannelVerifyRequest.

Inheritance
object
ChannelVerifyResponse
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ChannelVerifyResponse

Properties

| Edit this page View Source

SignatureVerified

If true, the signature is valid for the stated amount, channel, and public key.

Declaration
[JsonPropertyName("signature_verified")]
public bool SignatureVerified { get; set; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX