Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TransactionIntentListQueries

Index

Constructors

Properties

account?: string[]

Filter by account ID or developer account (starts with acc_ or dac_ respectively).

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

Filter by player ID (starts with pla_).

policy?: string[]

Filter by policy ID (starts with pol_).

skip?: number

Specifies the offset for the first records to return.

status?: number

Filter by successful (1) or failed (0) transaction intents.

attributeTypeMap: { baseName: string; format: string; name: string; type: string }[] = ...
discriminator: undefined | string = undefined

Methods

  • getAttributeTypeMap(): { baseName: string; format: string; name: string; type: string }[]

Generated using TypeDoc