SignedTransactionPage
type SignedTransactionPage
A page of items returned by the GraphQL server.
type SignedTransactionPage struct {
// Information about the page, such as the cursor and whether there are
// more pages.
PageInfo PageInfo
// The data returned by the server.
Data []SignedTransaction
}
func (*SignedTransactionPage) Destroy
func (r *SignedTransactionPage) Destroy()