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 onTransactionBlock
queries:
- Even if the current page is empty,
hasNextPage
andhasPreviousPage
will be true until the caller paginates to the end of either range.When
scanLimit
is not specified, then:
hasNextPage
andhasPreviousPage
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