XdrRevokeSponsorshipResultCode class
Constructors
-
XdrRevokeSponsorshipResultCode(dynamic _value
)
Properties
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 ) → XdrRevokeSponsorshipResultCode -
encode(
XdrDataOutputStream stream, XdrRevokeSponsorshipResultCode value ) → void
Constants
- REVOKE_SPONSORSHIP_DOES_NOT_EXIST → const XdrRevokeSponsorshipResultCode
-
const XdrRevokeSponsorshipResultCode._internal(-1)
- REVOKE_SPONSORSHIP_LOW_RESERVE → const XdrRevokeSponsorshipResultCode
-
const XdrRevokeSponsorshipResultCode._internal(-3)
- REVOKE_SPONSORSHIP_NOT_SPONSOR → const XdrRevokeSponsorshipResultCode
-
const XdrRevokeSponsorshipResultCode._internal(-2)
- REVOKE_SPONSORSHIP_ONLY_TRANSFERABLE → const XdrRevokeSponsorshipResultCode
-
const XdrRevokeSponsorshipResultCode._internal(-4)
- REVOKE_SPONSORSHIP_SUCCESS → const XdrRevokeSponsorshipResultCode
-
Success.
const XdrRevokeSponsorshipResultCode._internal(0)