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 SourceSignatureVerified
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 |