UNPKG

@solace-fi/sdk-nightly

Version:

Note - Unstable nightly build, documentation not up-to-date for nightly build

13 lines (12 loc) 291 B
export declare type GasConfiguration = { gasPrice?: number; maxFeePerGas?: number; maxPriorityFeePerGas?: number; type?: number; gasLimit?: number; }; export declare type GasArgs = { txType?: number; gasLimit?: number; gasForTestnet?: boolean; };