mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 15:27:57 +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:
@@ -465,6 +465,7 @@ impl Config for Test {
|
||||
type MaxDelegateDependencies = MaxDelegateDependencies;
|
||||
type Debug = TestDebug;
|
||||
type Environment = ();
|
||||
type ApiVersion = ();
|
||||
type Xcm = ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user