XdrClaimClaimableBalanceResultCode class

Constructors

XdrClaimClaimableBalanceResultCode(dynamic _value)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrClaimClaimableBalanceResultCode
encode(XdrDataOutputStream stream, XdrClaimClaimableBalanceResultCode value) → void

Constants

CLAIM_CLAIMABLE_BALANCE_CANNOT_CLAIM → const XdrClaimClaimableBalanceResultCode
const XdrClaimClaimableBalanceResultCode._internal(-2)
CLAIM_CLAIMABLE_BALANCE_DOES_NOT_EXIST → const XdrClaimClaimableBalanceResultCode
const XdrClaimClaimableBalanceResultCode._internal(-1)
CLAIM_CLAIMABLE_BALANCE_LINE_FULL → const XdrClaimClaimableBalanceResultCode
const XdrClaimClaimableBalanceResultCode._internal(-3)
CLAIM_CLAIMABLE_BALANCE_NO_TRUST → const XdrClaimClaimableBalanceResultCode
const XdrClaimClaimableBalanceResultCode._internal(-4)
CLAIM_CLAIMABLE_BALANCE_NOT_AUTHORIZED → const XdrClaimClaimableBalanceResultCode
const XdrClaimClaimableBalanceResultCode._internal(-5)
CLAIM_CLAIMABLE_BALANCE_SUCCESS → const XdrClaimClaimableBalanceResultCode
Success.
const XdrClaimClaimableBalanceResultCode._internal(0)