Skip to main content

Interface: TransactionResponse

Hierarchy

Properties

accessList

Optional accessList: AccessList

Inherited from

Transaction.accessList


blockHash

Optional blockHash: string


blockNumber

Optional blockNumber: number


chainId

chainId: number

Inherited from

Transaction.chainId


confirmations

confirmations: number


data

data: string

Inherited from

Transaction.data


from

from: string

Overrides

Transaction.from


gasLimit

gasLimit: BigNumber

Inherited from

Transaction.gasLimit


gasPrice

Optional gasPrice: BigNumber

Inherited from

Transaction.gasPrice


hash

hash: string

Overrides

Transaction.hash


maxFeePerGas

Optional maxFeePerGas: BigNumber

Inherited from

Transaction.maxFeePerGas


maxPriorityFeePerGas

Optional maxPriorityFeePerGas: BigNumber

Inherited from

Transaction.maxPriorityFeePerGas


nonce

nonce: number

Inherited from

Transaction.nonce


r

Optional r: string

Inherited from

Transaction.r


raw

Optional raw: string


s

Optional s: string

Inherited from

Transaction.s


timestamp

Optional timestamp: number


to

Optional to: string

Inherited from

Transaction.to


type

Optional type: null | number

Inherited from

Transaction.type


v

Optional v: number

Inherited from

Transaction.v


value

value: BigNumber

Inherited from

Transaction.value


wait

wait: (confirmations?: number) => Promise<TransactionReceipt>

Type declaration

▸ (confirmations?): Promise<TransactionReceipt>

Parameters
NameType
confirmations?number
Returns

Promise<TransactionReceipt>