XdrSignerKeyType class
Constructors
- XdrSignerKeyType(dynamic _value)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → dynamic
-
read-only
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) → XdrSignerKeyType -
encode(
XdrDataOutputStream stream, XdrSignerKeyType value) → void
Constants
- KEY_TYPE_ED25519_SIGNED_PAYLOAD → const XdrSignerKeyType
-
const XdrSignerKeyType._internal(3)
- KEY_TYPE_MUXED_ED25519 → const XdrSignerKeyType
-
const XdrSignerKeyType._internal(0x100)
- 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)