Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UserOperationV6

Index

Constructors

Properties

callData: string

The data to pass to the sender during the main execution call.

callGasLimit: string

The amount of gas to allocate the main execution call

initCode?: string

Account init code. Only for new accounts.

maxFeePerGas: string

Maximum fee per gas.

maxPriorityFeePerGas: string

Maximum priority fee per gas.

nonce: string

Anti-replay parameter.

paymasterAndData?: string

Paymaster address with calldata.

preVerificationGas: string

Extra gas to pay the bundler.

sender: string

The account making the operation.

signature: string

Data passed into the account to verify authorization.

verificationGasLimit: string

The amount of gas to allocate for the verification step.

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