interface MsgStoreCodeEncodeObject {
    typeUrl: "/cosmwasm.wasm.v1.MsgStoreCode";
    value: Partial<MsgStoreCode>;
}

Hierarchy

  • EncodeObject
    • MsgStoreCodeEncodeObject

Properties

Properties

typeUrl: "/cosmwasm.wasm.v1.MsgStoreCode"
value: Partial<MsgStoreCode>

Generated using TypeDoc