Constructors

Properties

connectorType: string

The connector type of the user

message: string

The EIP-712 message to sign.

signature: string

Signature of the EIP-712 message with the user's wallet.

walletClientType: string

The wallet client of the user

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