Type Alias FeeCurrency

FeeCurrency: {
    coinDecimals: number;
    coinDenom: string;
    coinMinimalDenom: string;
    gasPriceStep: GasPriceStep;
}