Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

TransactionConnection

No description

type TransactionConnection {
pageInfo: PageInfo!
edges: [TransactionEdge!]!
nodes: [Transaction!]!
}

Fields

TransactionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TransactionConnection.edges ● [TransactionEdge!]! non-null object

A list of edges.

TransactionConnection.nodes ● [Transaction!]! non-null object

A list of nodes.

Returned By

transactions query

Member Of

Checkpoint object ● Epoch object ● TransactionEffects object