Interface QueryValidatorUnbondingDelegationsResponseAminoMsg

interface QueryValidatorUnbondingDelegationsResponseAminoMsg {
    type: "cosmos-sdk/QueryValidatorUnbondingDelegationsResponse";
    value: QueryValidatorUnbondingDelegationsResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryValidatorUnbondingDelegationsResponse"