XdrBeginSponsoringFutureReservesResultCode class

Constructors

XdrBeginSponsoringFutureReservesResultCode(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) XdrBeginSponsoringFutureReservesResultCode
encode(XdrDataOutputStream stream, XdrBeginSponsoringFutureReservesResultCode value) → void

Constants

BEGIN_SPONSORING_FUTURE_RESERVES_ALREADY_SPONSORED → const XdrBeginSponsoringFutureReservesResultCode
const XdrBeginSponsoringFutureReservesResultCode._internal(-2)
BEGIN_SPONSORING_FUTURE_RESERVES_MALFORMED → const XdrBeginSponsoringFutureReservesResultCode
const XdrBeginSponsoringFutureReservesResultCode._internal(-1)
BEGIN_SPONSORING_FUTURE_RESERVES_RECURSIVE → const XdrBeginSponsoringFutureReservesResultCode
const XdrBeginSponsoringFutureReservesResultCode._internal(-3)
BEGIN_SPONSORING_FUTURE_RESERVES_SUCCESS → const XdrBeginSponsoringFutureReservesResultCode
Success.
const XdrBeginSponsoringFutureReservesResultCode._internal(0)