Interface ChannelVerifyResult
- All Superinterfaces:
XrplResult
- All Known Implementing Classes:
ImmutableChannelVerifyResult
The result of a "channel_verify" rippled API request.
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Construct a builder for this class.booleanIftrue, the signature is valid for the stated amount, channel, and public key.Methods inherited from interface org.xrpl.xrpl4j.model.client.XrplResult
status
-
Method Details
-
builder
Construct a builder for this class.- Returns:
- An
ImmutableChannelVerifyResult.Builder.
-
signatureVerified
boolean signatureVerified()Iftrue, the signature is valid for the stated amount, channel, and public key.- Returns:
trueif the signature was valid, otherwisefalse.
-