UNPKG

@asset-projects/ethers-wrapper

Version:
10 lines (9 loc) 254 B
import type { ethers } from 'ethers'; export declare type TransactionFeeOptions = { gasLimit?: number; gasPrice?: ethers.BigNumber; } | { gasLimit?: number; maxFeePerGas?: ethers.BigNumber; maxPriorityFeePerGas?: ethers.BigNumber; };