Interface QueryUnbondingDelegationResponse

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

interface QueryUnbondingDelegationResponse {
    unbond: undefined | UnbondingDelegation;
}

Properties

Properties

unbond: undefined | UnbondingDelegation

unbond defines the unbonding information of a delegation.