Interface QueryValidatorUnbondingDelegationsResponse

QueryValidatorUnbondingDelegationsResponse is response type for the Query/ValidatorUnbondingDelegations RPC method.

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

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

unbondingResponses: UnbondingDelegation[]