Interface GetTransactionsOptionalParams

Optional parameters.

interface GetTransactionsOptionalParams {
    account?: `ak_${string}`;
    channel?: `ch_${string}`;
    contract?: `ct_${string}`;
    direction?: string;
    entrypoint?: string;
    limit?: number;
    oracle?: `ok_${string}`;
    recipientId?: `ak_${string}`;
    scope?: string;
    senderId?: `ak_${string}`;
    type?: string[];
    typeGroup?: string[];
}

Hierarchy

  • OperationOptions
    • GetTransactionsOptionalParams

Properties

account?: `ak_${string}`

The account ID. More info Account address

channel?: `ch_${string}`

The channel ID. More info Channel ID

contract?: `ct_${string}`

The contract ID. More info Contract address

direction?: string

Sorts results in forwards or backwards direction

entrypoint?: string

Entrypoint of a contract call

limit?: number

Limit paginated resources (max 100)

oracle?: `ok_${string}`

The oracle ID. More info Oracle address

recipientId?: `ak_${string}`

The recipient ID Account address

scope?: string

Scopes results in a txi or generation range

senderId?: `ak_${string}`

The sender ID Account address

type?: string[]

The transaction type. The query allows providing of multiple type parameters. More info

typeGroup?: string[]

The type group. The query allows providing of multiple type group parameters. More info