IOTA SDKAPI ReferenceGoTypesCoinPageOn this pageCoinPagetype CoinPage A page of items returned by the GraphQL server. type CoinPage struct { // Information about the page, such as the cursor and whether there are // more pages. PageInfo PageInfo // The data returned by the server. Data []*Coin} func (*CoinPage) Destroy func (r *CoinPage) Destroy()Give Feedback