Interface QueryDelegatorDelegationsResponse

QueryDelegatorDelegationsResponse is response type for the Query/DelegatorDelegations RPC method.

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

Properties

delegationResponses: DelegationResponse[]

delegation_responses defines all the delegations' info of a delegator.

pagination?: PageResponse

pagination defines the pagination in the response.