Transaction
L1 Transaction
type Transaction {
txid: ID!
network: NetworkName!
amountTransacted: Float!
}
Fields
Transaction.txid
● ID!
non-null scalar
ID
of the transaction
Transaction.network
● NetworkName!
non-null enum
Transaction.amountTransacted
● Float!
non-null scalar
Transaction's total amount transacted.
[LocalDenomination] can be used to change the result precision. By default, the denomination is [LocalDenomination::Bitcoin].