Coins

data class Coins(val pageInfo: GetCoinsQuery.PageInfo, val nodes: List<GetCoinsQuery.Node>)

Constructors

Link copied to clipboard
constructor(pageInfo: GetCoinsQuery.PageInfo, nodes: List<GetCoinsQuery.Node>)

Properties

Link copied to clipboard

A list of nodes.

Link copied to clipboard

Information to aid in pagination.