Interface ChannelVerifyResult

All Superinterfaces:
XrplResult
All Known Implementing Classes:
ImmutableChannelVerifyResult

@Immutable public interface ChannelVerifyResult extends XrplResult
The result of a "channel_verify" rippled API request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Construct a builder for this class.
    boolean
    If true, the signature is valid for the stated amount, channel, and public key.

    Methods inherited from interface org.xrpl.xrpl4j.model.client.XrplResult

    status