Interface QueryDelegatorUnbondingDelegationsResponse

QueryUnbondingDelegatorDelegationsResponse is response type for the Query/UnbondingDelegatorDelegations RPC method.

interface QueryDelegatorUnbondingDelegationsResponse {
    pagination?: PageResponse;
    unbondingResponses: UnbondingDelegation[];
}

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

unbondingResponses: UnbondingDelegation[]