XdrSignerKeyType class
Constructors
-
XdrSignerKeyType(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 ) → XdrSignerKeyType -
encode(
XdrDataOutputStream stream, XdrSignerKeyType value ) → void
Constants
- SIGNER_KEY_TYPE_ED25519 → const XdrSignerKeyType
-
const XdrSignerKeyType._internal(0)
- SIGNER_KEY_TYPE_HASH_X → const XdrSignerKeyType
-
const XdrSignerKeyType._internal(2)
- SIGNER_KEY_TYPE_PRE_AUTH_TX → const XdrSignerKeyType
-
const XdrSignerKeyType._internal(1)