Skip to content

Commit

Permalink
Merge pull request #9 from provenance-io/jschwartz/recognize-bind-con…
Browse files Browse the repository at this point in the history
…tract-alias

Add the BIND_CONTRACT_ALIAS event to the ContractEvent enum
  • Loading branch information
celloman authored May 11, 2022
2 parents 065e26e + 9bfd39e commit 12b2454
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum class ContractEvent(val contractName: String, val isHandled: Boolean = fals
TOGGLE_ASSET_DEFINITION("toggle_asset_definition"),
ADD_ASSET_VERIFIER("add_asset_verifier"),
UPDATE_ASSET_VERIFIER("update_asset_verifier"),
BIND_CONTRACT_ALIAS("bind_contract_alias"),
;

companion object {
Expand Down

0 comments on commit 12b2454

Please sign in to comment.