GetCurrencyMetadataResult

type GetCurrencyMetadataResult = {
decimals: number;
name: string;
symbol: string;
};