TypeAlias.KeybanTokenBalance
type KeybanTokenBalance: {
balance: string;
id: string;
token: {
decimals: number | null;
iconUrl: string | null;
id: string;
name: string | null;
symbol: string | null;
type: string;
} | null;
};
Type declaration
Name | Type |
---|---|
balance | string |
id | string |
token | { decimals : number | null ; iconUrl : string | null ; id : string ; name : string | null ; symbol : string | null ; type : string ; } | null |