Compile proto files
This commit is contained in:
@@ -46,10 +46,12 @@
|
||||
|
||||
- [cosmwasm/wasm/v1/proposal.proto](#cosmwasm/wasm/v1/proposal.proto)
|
||||
- [ClearAdminProposal](#cosmwasm.wasm.v1.ClearAdminProposal)
|
||||
- [ExecuteContractProposal](#cosmwasm.wasm.v1.ExecuteContractProposal)
|
||||
- [InstantiateContractProposal](#cosmwasm.wasm.v1.InstantiateContractProposal)
|
||||
- [MigrateContractProposal](#cosmwasm.wasm.v1.MigrateContractProposal)
|
||||
- [PinCodesProposal](#cosmwasm.wasm.v1.PinCodesProposal)
|
||||
- [StoreCodeProposal](#cosmwasm.wasm.v1.StoreCodeProposal)
|
||||
- [SudoContractProposal](#cosmwasm.wasm.v1.SudoContractProposal)
|
||||
- [UnpinCodesProposal](#cosmwasm.wasm.v1.UnpinCodesProposal)
|
||||
- [UpdateAdminProposal](#cosmwasm.wasm.v1.UpdateAdminProposal)
|
||||
|
||||
@@ -658,6 +660,26 @@ contract.
|
||||
|
||||
|
||||
|
||||
<a name="cosmwasm.wasm.v1.ExecuteContractProposal"></a>
|
||||
|
||||
### ExecuteContractProposal
|
||||
ExecuteContractProposal gov proposal content type to call execute on a
|
||||
contract.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| `title` | [string](#string) | | Title is a short summary |
|
||||
| `description` | [string](#string) | | Description is a human readable text |
|
||||
| `run_as` | [string](#string) | | RunAs is the address that is passed to the contract's environment as sender |
|
||||
| `contract` | [string](#string) | | Contract is the address of the smart contract |
|
||||
| `msg` | [bytes](#bytes) | | Msg json encoded message to be passed to the contract as sudo |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="cosmwasm.wasm.v1.InstantiateContractProposal"></a>
|
||||
|
||||
### InstantiateContractProposal
|
||||
@@ -691,7 +713,7 @@ MigrateContractProposal gov proposal content type to migrate a contract.
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| `title` | [string](#string) | | Title is a short summary |
|
||||
| `description` | [string](#string) | | Description is a human readable text |
|
||||
| `run_as` | [string](#string) | | RunAs is the address that is passed to the contract's environment as sender |
|
||||
| `run_as` | [string](#string) | | FIXME: I think this is unused? Migrate has no sender RunAs is the address that is passed to the contract's environment as sender |
|
||||
| `contract` | [string](#string) | | Contract is the address of the smart contract |
|
||||
| `code_id` | [uint64](#uint64) | | CodeID references the new WASM code |
|
||||
| `msg` | [bytes](#bytes) | | Msg json encoded message to be passed to the contract on migration |
|
||||
@@ -738,6 +760,24 @@ StoreCodeProposal gov proposal content type to submit WASM code to the system
|
||||
|
||||
|
||||
|
||||
<a name="cosmwasm.wasm.v1.SudoContractProposal"></a>
|
||||
|
||||
### SudoContractProposal
|
||||
SudoContractProposal gov proposal content type to call sudo on a contract.
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| `title` | [string](#string) | | Title is a short summary |
|
||||
| `description` | [string](#string) | | Description is a human readable text |
|
||||
| `contract` | [string](#string) | | Contract is the address of the smart contract |
|
||||
| `msg` | [bytes](#bytes) | | Msg json encoded message to be passed to the contract as sudo |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="cosmwasm.wasm.v1.UnpinCodesProposal"></a>
|
||||
|
||||
### UnpinCodesProposal
|
||||
|
||||
Reference in New Issue
Block a user