TransactionBlockFilter
No description
input TransactionBlockFilter {
function: String
kind: TransactionBlockKindInput
afterCheckpoint: UInt53
atCheckpoint: UInt53
beforeCheckpoint: UInt53
affectedAddress: SuiAddress
sentAddress: SuiAddress
inputObject: SuiAddress
changedObject: SuiAddress
transactionIds: [String!]
}
Fields
TransactionBlockFilter.function
● String
scalar
Filter transactions by move function called. Calls can be filtered by the package
,
package::module
, or the package::module::name
of their function.
TransactionBlockFilter.kind
● TransactionBlockKindInput
enum
An input filter selecting for either system or programmable transactions.
TransactionBlockFilter.afterCheckpoint
● UInt53
scalar
Limit to transactions that occured strictly after the given checkpoint.
TransactionBlockFilter.atCheckpoint
● UInt53
scalar
Limit to transactions in the given checkpoint.
TransactionBlockFilter.beforeCheckpoint
● UInt53
scalar
Limit to transaction that occured strictly before the given checkpoint.