Interface AccountGetBannedParams

interface AccountGetBannedParams {
    count?: number;
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count?: number

Number of results to return.

offset?: number

Offset needed to return a specific subset of results.

Generated using TypeDoc