Constructors

Properties

accountType?: string

Specifies the type of account. Must be either "Smart Account" or "Externally Owned Account".

address?: string

Specifies the account address

chainId?: number

The chain ID. Must be a supported chain.

chainType?: string

The chain type. Must be either "EVM" or "SVM".

limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
skip?: number

Specifies the offset for the first records to return.

user?: string

Specifies the unique user ID (starts with pla_)

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