Interface QueryCurrentPlanResponseAminoMsg

interface QueryCurrentPlanResponseAminoMsg {
    type: "cosmos-sdk/QueryCurrentPlanResponse";
    value: QueryCurrentPlanResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryCurrentPlanResponse"