interface MsgCreatePlanEncodeObject {
    typeUrl: "/sentinel.plan.v3.MsgCreatePlanRequest";
    value: Partial<MsgCreatePlanRequest>;
}

Hierarchy

  • EncodeObject
    • MsgCreatePlanEncodeObject

Properties

Properties

typeUrl: "/sentinel.plan.v3.MsgCreatePlanRequest"
value: Partial<MsgCreatePlanRequest>

Generated using TypeDoc