interface UpdatePaymasterRequest {
    address: string;
    context?: any;
    id: string;
    name?: string;
    url?: string;
}

Hierarchy (view full)

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

id: string
name?: string

Specifies the name of the paymaster

url?: string

Specifies the paymaster URL