XdrClaimClaimableBalanceResultCode class

Constructors

XdrClaimClaimableBalanceResultCode(dynamic _value)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value → dynamic
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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)