interface MsgCreateEncodeObject {
    typeUrl: "/sentinel.plan.v2.MsgCreateRequest";
    value: Partial<MsgCreateRequest>;
}

Hierarchy

  • EncodeObject
    • MsgCreateEncodeObject

Properties

Properties

typeUrl: "/sentinel.plan.v2.MsgCreateRequest"
value: Partial<MsgCreateRequest>

Generated using TypeDoc