Skip to main content

AddressConnection

No description

type AddressConnection implements Connection {
items: [GenericAddress!]
nextToken: String
}

Fields

AddressConnection.items ● [GenericAddress!] list interface

The current page of **Address** objects. This can be an empty array if there are no items on this page - (null for exchange wallets)

AddressConnection.nextToken ● String scalar

The token to use to get the next page of Address objects. If **items** is an empty array then this value should be null

Interfaces

Connection interface

Member Of

BlockchainSubWallet object