TransactionMovement class

SPDX-License-Identifier: AGPL-3.0-or-later TransactionMovement represents ledger transaction movement.

Constructors

TransactionMovement({int? amount, String? tokenAddress, String? to, String? type, int? tokenId})
TransactionMovement.fromJson(Map<String, dynamic> json)
factory

Properties

amount int?
Amount: asset amount
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
To: asset transfer recipient
getter/setter pair
tokenAddress String?
Token address: address of the token if the type is token
getter/setter pair
tokenId int?
Token id: It is the id for a token which is allocated when the token is minted.
getter/setter pair
type String?
Type: UCO/Token
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited