Wallet
A blockchain wallet is a digital wallet that allows users to securely store, manage, and transfer their cryptocurrencies or other digital assets on a blockchain network.
type Wallet {
address: String
mints: [CollectionMint!]
treasuryId: UUID!
createdAt: DateTime!
removedAt: DateTime
createdBy: UUID!
assetId: AssetType!
id: UUID!
deductionId: UUID
}
Fields
Wallet.address
● String
scalar
The wallet address.
Wallet.mints
● [CollectionMint!]
list object
The NFTs that were minted from Holaplex and are owned by the wallet's address.
Wallet.treasuryId
● UUID!
non-null scalar
Wallet.createdAt
● DateTime!
non-null scalar
Wallet.removedAt
● DateTime
scalar
Wallet.createdBy
● UUID!
non-null scalar
Wallet.assetId
● AssetType!
non-null enum
The wallet's associated blockchain.
Wallet.id
● UUID!
non-null scalar
Wallet.deductionId
● UUID
scalar
Returned by
wallet
query
Member of
CreateCustomerWalletPayload
object ● Customer
object ● Treasury
object