BalanceRequestParams
Type Alias: BalanceRequestParams
Properties overview
- address: string; ↗
type BalanceRequestParams = {
address: string;
tokenAddress: string;
tokenId: string;
};
Defined in: packages/api/src/client/types.gen.ts:10
Type declaration
address
address: string;
The Mina address for which to retrieve the balance.
tokenAddress?
optional tokenAddress: string;
The address of the token contract (optional).
tokenId?
optional tokenId: string;
The token ID (optional).
Updated 10 days ago