Extend ContractInfo for custom data (#492)

* Extend ContractInfo with custom data

* Review comments
This commit is contained in:
Alexander Peters
2021-04-16 13:38:21 +02:00
committed by GitHub
parent 4b8d0247cc
commit d90bf6ec3f
21 changed files with 750 additions and 252 deletions

View File

@@ -185,6 +185,7 @@ ContractInfo stores a WASM contract instance
| `label` | [string](#string) | | Label is optional metadata to be stored with a contract instance. |
| `created` | [AbsoluteTxPosition](#cosmwasm.wasm.v1beta1.AbsoluteTxPosition) | | Created Tx position when the contract was instantiated. This data should kept internal and not be exposed via query results. Just use for sorting |
| `ibc_port_id` | [string](#string) | | |
| `extension` | [google.protobuf.Any](#google.protobuf.Any) | | Extension is an extension point to store custom metadata within the persistence model. |