Skip to main content

TransactionBlockConnection

No description

type TransactionBlockConnection {
pageInfo: PageInfo!
edges: [TransactionBlockEdge!]!
nodes: [TransactionBlock!]!
}

Fields

TransactionBlockConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

When scanLimit is specified on TransactionBlock queries:

  • Even if the current page is empty, hasNextPage and hasPreviousPage will be true until the caller paginates to the end of either range.

When scanLimit is not specified, then:

  • hasNextPage and hasPreviousPage behave conventionally, returning false when there are no more results in the respective direction.

This approach ensures consistent pagination behavior, allowing traversal through potentially sparse data sets within the specified or default range.

TransactionBlockConnection.edges ● [TransactionBlockEdge!]! non-null object

TransactionBlockConnection.nodes ● [TransactionBlock!]! non-null object

A list of nodes.

Returned By

transactionBlocks query

Member Of

Address object ● Checkpoint object ● Coin object ● CoinMetadata object ● Epoch object ● IObject interface ● MoveObject object ● MovePackage object ● Object object ● StakedSui object ● SuinsRegistration object