Interface QueryUnbondingDelegationResponseAmino

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

interface QueryUnbondingDelegationResponseAmino {
    unbond?: UnbondingDelegationAmino;
}

Properties

Properties

unbond defines the unbonding information of a delegation.