VersionByte class
Constructors
- VersionByte(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
Methods
-
getValue(
) → dynamic -
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
Constants
- ACCOUNT_ID → const VersionByte
-
const VersionByte._internal((6 << 3))
- CONTRACT_ID → const VersionByte
-
const VersionByte._internal((2 << 3))
- MUXED_ACCOUNT_ID → const VersionByte
-
const VersionByte._internal((12 << 3))
- PRE_AUTH_TX → const VersionByte
-
const VersionByte._internal((19 << 3))
- SEED → const VersionByte
-
const VersionByte._internal((18 << 3))
- SHA256_HASH → const VersionByte
-
const VersionByte._internal((23 << 3))
- SIGNED_PAYLOAD → const VersionByte
-
const VersionByte._internal((15 << 3))