Interface QueryValidatorDelegationsResponse

QueryValidatorDelegationsResponse is response type for the Query/ValidatorDelegations RPC method

interface QueryValidatorDelegationsResponse {
    delegationResponses: DelegationResponse[];
    pagination?: PageResponse;
}

Properties

delegationResponses: DelegationResponse[]
pagination?: PageResponse

pagination defines the pagination in the response.