Interface QueryUnbondingDelegationResponseAminoMsg

interface QueryUnbondingDelegationResponseAminoMsg {
    type: "cosmos-sdk/QueryUnbondingDelegationResponse";
    value: QueryUnbondingDelegationResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryUnbondingDelegationResponse"