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.

BalanceChangeConnection

No description

type BalanceChangeConnection {
pageInfo: PageInfo!
edges: [BalanceChangeEdge!]!
nodes: [BalanceChange!]!
}

Fields

BalanceChangeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BalanceChangeConnection.edges ● [BalanceChangeEdge!]! non-null object

A list of edges.

BalanceChangeConnection.nodes ● [BalanceChange!]! non-null object

A list of nodes.

Member Of

TransactionEffects object