Constructors

Properties

address?: string

The address of the wallet that has deposited funds in the paymaster.

name?: string

The name of the account.

signature?: string

Signature to verify the account ownership.

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

Type declaration

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

Methods