You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MsgStoreAndMigrateContractResponse defines the response structure
1670
+
for executing a MsgStoreAndMigrateContract message.
1671
+
1672
+
Since: 0.42
1673
+
1674
+
1675
+
| Field | Type | Label | Description |
1676
+
| ----- | ---- | ----- | ----------- |
1677
+
|`code_id`|[uint64](#uint64)|| CodeID is the reference to the stored WASM code |
1678
+
|`checksum`|[bytes](#bytes)|| Checksum is the sha256 hash of the stored code |
1679
+
|`data`|[bytes](#bytes)|| Data contains bytes to returned from the contract |
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1642
1686
<aname="cosmwasm.wasm.v1.MsgStoreCode"></a>
1643
1687
1644
1688
### MsgStoreCode
@@ -1865,6 +1909,9 @@ Since: 0.40 | |
1865
1909
Since: 0.40 | |
1866
1910
|`RemoveCodeUploadParamsAddresses`|[MsgRemoveCodeUploadParamsAddresses](#cosmwasm.wasm.v1.MsgRemoveCodeUploadParamsAddresses)|[MsgRemoveCodeUploadParamsAddressesResponse](#cosmwasm.wasm.v1.MsgRemoveCodeUploadParamsAddressesResponse)| RemoveCodeUploadParamsAddresses defines a governance operation for removing addresses from code upload params. The authority is defined in the keeper. ||
1867
1911
|`AddCodeUploadParamsAddresses`|[MsgAddCodeUploadParamsAddresses](#cosmwasm.wasm.v1.MsgAddCodeUploadParamsAddresses)|[MsgAddCodeUploadParamsAddressesResponse](#cosmwasm.wasm.v1.MsgAddCodeUploadParamsAddressesResponse)| AddCodeUploadParamsAddresses defines a governance operation for adding addresses to code upload params. The authority is defined in the keeper. ||
1912
+
| `StoreAndMigrateContract` | [MsgStoreAndMigrateContract](#cosmwasm.wasm.v1.MsgStoreAndMigrateContract) | [MsgStoreAndMigrateContractResponse](#cosmwasm.wasm.v1.MsgStoreAndMigrateContractResponse) | StoreAndMigrateContract defines a governance operation for storing and migrating the contract. The authority is defined in the keeper.
0 commit comments