mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 15:27:57 +00:00
contracts: Expose environment types for offchain tooling (#14750)
* Expose environment types for offchain tooling * Use EnvironmentType wrapper * Add type impl to test config --------- Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
63007e2f55
commit
d8a7490146
@@ -481,6 +481,7 @@ impl Config for Test {
|
||||
type MaxDelegateDependencies = MaxDelegateDependencies;
|
||||
#[cfg(feature = "unsafe-debug")]
|
||||
type Debug = unsafe_debug::TestDebugger;
|
||||
type Environment = ();
|
||||
}
|
||||
|
||||
pub const ALICE: AccountId32 = AccountId32::new([1u8; 32]);
|
||||
|
||||
Reference in New Issue
Block a user