mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Contracts Add new version for marking new stable API (#3415)
Add a `ApiVersion` constant to the pallet-contracts Config to communicate with developers the current state of the host functions exposed by the pallet
This commit is contained in:
@@ -1367,6 +1367,7 @@ impl pallet_contracts::Config for Runtime {
|
||||
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
|
||||
type Debug = ();
|
||||
type Environment = ();
|
||||
type ApiVersion = ();
|
||||
type Xcm = ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user