UNPKG

@velora-dex/sdk

Version:
8 lines (7 loc) 138 B
export type WithGasPrice = { gasPrice: string; }; export type WithMaxFee = { maxFeePerGas: string; maxPriorityFeePerGas: string; };