TransactionType class
- Implemented types
Constructors
- TransactionType([int? _value])
Properties
Methods
-
deserialize(
Uint8List payload) → TransactionType -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Uint8List -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- ACCOUNT_KEY_LINK → TransactionType
-
final
- MOSAIC_DEFINITION → TransactionType
-
final
- MOSAIC_SUPPLY_CHANGE → TransactionType
-
final
- MULTISIG → TransactionType
-
final
- MULTISIG_ACCOUNT_MODIFICATION → TransactionType
-
final
- MULTISIG_COSIGNATURE → TransactionType
-
final
- NAMESPACE_REGISTRATION → TransactionType
-
final
- TRANSFER → TransactionType
-
final