XdrAssetType class
Constructors
-
XdrAssetType(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 ) → XdrAssetType -
encode(
XdrDataOutputStream stream, XdrAssetType value ) → void
Constants
- ASSET_TYPE_CREDIT_ALPHANUM4 → const XdrAssetType
-
const XdrAssetType._internal(1)
- ASSET_TYPE_CREDIT_ALPHANUM12 → const XdrAssetType
-
const XdrAssetType._internal(2)
- ASSET_TYPE_NATIVE → const XdrAssetType
-
const XdrAssetType._internal(0)