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