Interface GetAex141ContractTransfersOptionalParams

Optional parameters.

interface GetAex141ContractTransfersOptionalParams {
    direction?: string;
    from?: `ak_${string}`;
    limit?: number;
    to?: `ak_${string}`;
}

Hierarchy

  • OperationOptions
    • GetAex141ContractTransfersOptionalParams

Properties

direction?: string

Sorts results in forwards or backwards direction

from?: `ak_${string}`

From account Account address

limit?: number

Limit paginated resources (max 100)

to?: `ak_${string}`

To account Account address