Interface QueryUnbondingDelegationResponse

QueryDelegationResponse is response type for the Query/UnbondingDelegation RPC method.

interface QueryUnbondingDelegationResponse {
    unbond: UnbondingDelegation;
}

Properties

Properties

unbond defines the unbonding information of a delegation.