Optional parameters.

interface GetNamesOptionalParams {
    by?: string;
    direction?: string;
    limit?: number;
    ownedBy?: `ak_${string}`;
    prefix?: string;
    state?: string;
}

Hierarchy

  • OperationOptions
    • GetNamesOptionalParams

Properties

by?: string

Sorting by deactivation, activation or name

direction?: string

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)

ownedBy?: `ak_${string}`

Account that owns the name Account address

prefix?: string

Name prefix filter (case insensitive). Requires by=name parameter

state?: string

Activation state of the name (active or inactive)