export interface OptionsGasParams {
    gasPrice?: string;
    gasLimit?: string;
}
export interface TransactionGasParams {
    gas?: string;
    gasPrice?: string;
}
