Interface FetchHistoricalStakingBalances200Response

Export

FetchHistoricalStakingBalances200Response

interface FetchHistoricalStakingBalances200Response {
    data: StakingBalance[];
    has_more: boolean;
    next_page: string;
}

Properties

Memberof

FetchHistoricalStakingBalances200Response

has_more: boolean

True if this list has another page of items after this one that can be fetched.

Memberof

FetchHistoricalStakingBalances200Response

next_page: string

The page token to be used to fetch the next page.

Memberof

FetchHistoricalStakingBalances200Response