UNPKG

rubic-sdk

Version:
9 lines (8 loc) 167 B
export interface OptionsGasParams { gasPrice?: string; gasLimit?: string; } export interface TransactionGasParams { gas?: string; gasPrice?: string; }