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;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]