XdrExtendFootprintTTLResultCode class

Constructors

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

Constants

EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE → const XdrExtendFootprintTTLResultCode
const XdrExtendFootprintTTLResultCode._internal(-3)
EXTEND_FOOTPRINT_TTL_MALFORMED → const XdrExtendFootprintTTLResultCode
const XdrExtendFootprintTTLResultCode._internal(-1)
EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED → const XdrExtendFootprintTTLResultCode
const XdrExtendFootprintTTLResultCode._internal(-2)
EXTEND_FOOTPRINT_TTL_SUCCESS → const XdrExtendFootprintTTLResultCode
Success
const XdrExtendFootprintTTLResultCode._internal(0)