KeybanTokenBalance
type KeybanTokenBalance: object;
Type declaration
balance
balance: Types.Scalars["BigInt"]["output"];
token
token: object;
token.address
address: Types.Scalars["Address"]["output"];
token.decimals?
optional decimals: number | null;
token.iconUrl?
optional iconUrl: string | null;
token.name?
optional name: string | null;
token.symbol?
optional symbol: string | null;
token.type?
optional type: string | null;
Defined in
packages/sdk-base/src/client.generated.ts:15