Type alias TransactionOptions

TransactionOptions: {
    blockTag?: number;
    gasLimit?: bigint;
    gasPrice?: bigint;
    maxFeePerGas?: bigint;
    maxPriorityFeePerGas?: bigint;
}

Type declaration

  • Optional blockTag?: number
  • Optional gasLimit?: bigint
  • Optional gasPrice?: bigint
  • Optional maxFeePerGas?: bigint
  • Optional maxPriorityFeePerGas?: bigint