Interface QueryValidatorUnbondingDelegationsResponseSDKType

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

interface QueryValidatorUnbondingDelegationsResponseSDKType {
    pagination?: PageResponseSDKType;
    unbonding_responses: UnbondingDelegationSDKType[];
}

Properties

pagination?: PageResponseSDKType
unbonding_responses: UnbondingDelegationSDKType[]