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.

EndOfEpochTransactionKindEdge

An edge in a connection.

type EndOfEpochTransactionKindEdge {
node: EndOfEpochTransactionKind!
cursor: String!
}

Fields

EndOfEpochTransactionKindEdge.node ● EndOfEpochTransactionKind! non-null union

The item at the end of the edge

EndOfEpochTransactionKindEdge.cursor ● String! non-null scalar

A cursor for use in pagination

Member Of

EndOfEpochTransactionKindConnection object