Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

This page has been updated for Wallets SDK V1. If you are using the previous version, see the previous version of this page or the V1 migration guide.
Balances<C> = object
Defined in: packages/wallets/src/wallets/types.ts:249

Type Parameters

Type ParameterDefault type
C extends ChainChain

Properties

nativeToken

nativeToken: TokenBalance<C>
Defined in: packages/wallets/src/wallets/types.ts:250

tokens

tokens: TokenBalance<C>[]
Defined in: packages/wallets/src/wallets/types.ts:252

usdc

usdc: TokenBalance<C>
Defined in: packages/wallets/src/wallets/types.ts:251