Update contract admin (#124)

* Add update administrator

* Review comments
This commit is contained in:
Alexander Peters
2020-06-05 14:02:01 +02:00
committed by GitHub
parent c5dc55fee6
commit 9a16d583d3
9 changed files with 232 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ type (
MsgInstantiateContract = types.MsgInstantiateContract
MsgExecuteContract = types.MsgExecuteContract
MsgMigrateContract = types.MsgMigrateContract
MsgUpdateAdministrator = types.MsgUpdateAdministrator
Model = types.Model
CodeInfo = types.CodeInfo
ContractInfo = types.ContractInfo