TransactionMovement constructor
const
TransactionMovement({})
Implementation
const factory TransactionMovement({
/// Asset amount
int? amount,
/// Address of the token if the type is token
String? tokenAddress,
/// Asset transfer recipient
String? to,
/// Type of the asset: UCO/Token
String? type,
/// Id for a token which is allocated when the token is minted.
int? tokenId,
}) = _TransactionMovement;