Interface QueryDelegatorUnbondingDelegationsResponseSDKType

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

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

Properties

pagination?: PageResponseSDKType
unbonding_responses: UnbondingDelegationSDKType[]