transactionInputs
Query the network to list the transaction inputs from an address
transactionInputs(
address: Address!
limit: PosInteger
pagingOffset: NonNegInteger
): [TransactionInput]
Arguments
transactionInputs.address ● Address! non-null scalar
transactionInputs.limit ● PosInteger scalar
transactionInputs.pagingOffset ● NonNegInteger scalar
Type
TransactionInput object
[TransactionInput] represents the inputs from the transaction It includes:
- From: transaction which send the amount of assets
- Amount: asset amount
- Type: UCO/token/Call
- token address: address of the token if the type is token
- Spent: determines if the input has been spent
- Timestamp: Date time when the inputs was generated
- token id: It is the id for a token which is allocated when the token is minted.