XdrRevokeSponsorshipResultCode class

Constructors

XdrRevokeSponsorshipResultCode(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) 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_MALFORMED → const XdrRevokeSponsorshipResultCode
const XdrRevokeSponsorshipResultCode._internal(-5)
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)