Interface QueryAppliedPlanResponseAminoMsg

interface QueryAppliedPlanResponseAminoMsg {
    type: "cosmos-sdk/QueryAppliedPlanResponse";
    value: QueryAppliedPlanResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryAppliedPlanResponse"