transactions
The transactions that exist in the network, optionally filtered by transaction filters.
transactions(
first: Int
after: String
last: Int
before: String
filter: TransactionFilter
): TransactionConnection!
The transactions that exist in the network, optionally filtered by transaction filters.
transactions(
first: Int
after: String
last: Int
before: String
filter: TransactionFilter
): TransactionConnection!
transactions.first
● Int
scalartransactions.after
● String
scalartransactions.last
● Int
scalartransactions.before
● String
scalartransactions.filter
● TransactionFilter
inputTransactionConnection
object