Skip to main content

Module wallet

Module wallet 

Source
Expand description

Wallet resource models for the Circle Developer-Controlled Wallets API.

Contains request parameters and response types for wallet management endpoints including balances and NFTs.

Structs§

Balance
A single fungible token balance entry.
Balances
Response wrapper for the per-wallet balances endpoint.
BalancesData
Inner data of single-wallet token-balances response.
CreateWalletsRequest
Request body for creating one or more developer-controlled wallets.
ListWalletBalancesParams
Query parameters for the developer list-wallet-balances endpoint.
ListWalletNftsParams
Query parameters for the list-wallet-NFTs endpoint.
ListWalletsParams
Query parameters for the list-wallets endpoint.
Nft
A single NFT holding.
Nfts
Response wrapper for wallet NFT endpoints.
NftsData
Inner data of a list-wallet-NFTs response.
Token
A blockchain token definition.
UpdateWalletRequest
Request body for updating a wallet.
Wallet
A developer-controlled wallet resource.
WalletData
Inner data of a single-wallet response.
WalletMetadata
Wallet metadata for creation requests.
WalletNftsParams
Query parameters for per-wallet balance and NFT endpoints.
WalletResponse
Response wrapper for get/update wallet endpoints.
Wallets
Response wrapper for the list-wallets and create-wallets endpoints.
WalletsData
Inner data of a list-wallets response.
WalletsWithBalances
Response wrapper for the list-developer-wallet-balances endpoint.
WalletsWithBalancesData
Inner data of the list-wallet-balances (developer-level) response.

Enums§

FtStandard
Fungible token standard (for wallet balance queries).
NftStandard
NFT token standard.
ScaCore
Smart Contract Account core implementation variant.