Constructors

Properties

address?: string

Specifies the address of the account

chainId?: number

The chain ID. Must be a supported chain.

Specifies the fields to expand in the response.

limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
player?: string

Specifies the unique player ID (starts with pla_)

skip?: number

Specifies the offset for the first records to return.

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