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