Wallet

The wallets used to connect to Parcel.

type Wallet {
  id: Int!
  address: String!
  assets: [Asset!]
}

Fields

Wallet.address String!

The on-chain address of the wallet.

Wallet.assets [Asset!]

The list of assets tracked by Parcel stored in the wallet.

Wallet.id Int!

A unique indentifier.