export interface ICoinParam {
    coinType: string;
    decimals: number;
}
