QueryRedelegationsResponse is response type for the Query/Redelegations RPC method.

interface QueryRedelegationsResponse {
    pagination?: PageResponse;
    redelegationResponses: RedelegationResponse[];
}

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

redelegationResponses: RedelegationResponse[]