Interface QueryUnbondingDelegationResponseSDKType

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

interface QueryUnbondingDelegationResponseSDKType {
    unbond: undefined | UnbondingDelegationSDKType;
}

Properties

Properties

unbond: undefined | UnbondingDelegationSDKType