Hierarchy (view full)

Constructors

Properties

address: string

Specifies the address of the paymaster

context?: any

Specifies the context, that is, the arbitrary repositories that the specific paymaster may require

name?: string

Specifies the name of the paymaster

url?: string

Specifies the paymaster URL

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