TransactionMovement
[TransactionMovement] represents ledger transaction movement It includes:
- TO: asset transfer recipient
- Amount: asset amount
- Type: UCO/token
- token address: address of the token if the type is token
- token id: It is the id for a token which is allocated when the token is minted.
type TransactionMovement {
amount: Int
to: Address
tokenAddress: Address
tokenId: Int
type: String
}
Fields
TransactionMovement.amount ● Int scalar
TransactionMovement.to ● Address scalar
TransactionMovement.tokenAddress ● Address scalar
TransactionMovement.tokenId ● Int scalar
TransactionMovement.type ● String scalar
Member of
LedgerOperations object