Options
All
  • Public
  • Public/Protected
  • All
Menu

Specific transaction details based on its type

Hierarchy

  • TransactionIntentDetails

Index

Constructors

Properties

_from: string

The transaction sender.

data?: string

A contract hashed method call with encoded args.

gas: string

The gas limit for the transaction.

maxFeePerGas: string

Total fee per gas (in wei), inclusive of maxPriorityFeePerGas. Only applies to EIP-1559 Transactions.

maxPriorityFeePerGas: string

Max priority fee per gas (in wei). Only applies to EIP-1559 Transactions.

nonce: string

Unique number identifying this transaction.

paymaster?: string

Address of the paymaster account that will pay the fees.

paymasterInput?: string

Input data to the paymaster

to: string

The transaction recipient or contract address.

userOperation: UserOperationV6
userOperationHash: string

A User Operation hash.

value?: string

Value in wei sent with this transaction.

attributeTypeMap: { baseName: string; format: string; name: string; type: string }[] = ...
discriminator: undefined | string = undefined

Methods

  • getAttributeTypeMap(): { baseName: string; format: string; name: string; type: string }[]

Generated using TypeDoc