Skip to main content
You are viewing docs for the previous version of the Wallets SDK. We recommend upgrading to V1. See the updated version of this page or the V1 migration guide.
Balances<C> = object
Defined in: packages/wallets/src/wallets/types.ts:153

Type Parameters

Type ParameterDefault type
C extends ChainChain

Properties

nativeToken

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

tokens

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

usdc

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