Optional parameters.

interface GetOraclesOptionalParams {
    direction?: string;
    limit?: number;
    scope?: string;
    state?: string;
}

Hierarchy

  • OperationOptions
    • GetOraclesOptionalParams

Properties

direction?: string

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)

scope?: string

Scopes results in a txi or generation range

state?: string

oracle state (active or inactive)