UNPKG

hector-rubic-sdk

Version:
9 lines (8 loc) 248 B
import BigNumber from 'bignumber.js'; export declare type TransactionOptions = { onTransactionHash?: (hash: string) => void; data?: string; gas?: BigNumber | string; gasPrice?: BigNumber | string; value?: BigNumber | string; };