Skip to content

Documentation / react-auth / UnsignedTransactionRequest

Type alias: UnsignedTransactionRequest

UnsignedTransactionRequest: Object

Type declaration

accessList?

accessList?: Object[] | [string, string[]][] | Record<string, string[]>

chainId?

chainId?: number

data?

data?: ArrayLike<number> | string

from?

from?: string

gasLimit?

gasLimit?: Quantity

gasPrice?

gasPrice?: Quantity

maxFeePerGas?

maxFeePerGas?: Quantity

maxPriorityFeePerGas?

maxPriorityFeePerGas?: Quantity

nonce?

nonce?: Quantity

to?

to?: string

type?

type?: number

value?

value?: Quantity