Skip to main content

PayableCallOptions

Hierarchy

Index

Properties

optionaldata

data?: string

optionalfrom

from?: string

The address which is the call (the transaction) should be made from. For calls the from property is optional however it is highly recommended to explicitly set it or it may default to address(0) depending on your node or provider.

optionalgas

gas?: string

The maximum gas (gas limit) provided for this call (this transaction)

optionalgasPrice

gasPrice?: string

The gas price in wei to use for this call transaction.

optionalinput

input?: string

optionalmaxFeePerGas

maxFeePerGas?: string

optionalmaxPriorityFeePerGas

maxPriorityFeePerGas?: string

optionalnonce

nonce?: string

optionaltype

type?: string | number

optionalvalue

value?: string