Interface GetAccountActivitiesOptionalParams

Optional parameters.

interface GetAccountActivitiesOptionalParams {
    direction?: Enum1;
    limit?: number;
    ownedOnly?: boolean;
    scope?: string;
    type?: Enum0;
}

Hierarchy

  • OperationOptions
    • GetAccountActivitiesOptionalParams

Properties

direction?: Enum1

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)

ownedOnly?: boolean

Indicate to filter only activities initiated by the account

scope?: string

Scopes results in a generation range

type?: Enum0

Filter by activity type. Supported values:

  • transactions - Transactions containing the account in any of the transaction fields
  • aexn - AExN (aex9 and aex141) activities
  • aex9 - AEx9 activities
  • aex141 - AEx141 activities
  • contract - Internal and external contract calls
  • transfers - Internal (both gen-based and tx-based) transfers
  • claims - Name claims related to the name hash
  • swaps - Dex swaps related to the name hash