Expand description
Crate used for testing with Domain.
Re-exports§
pub use keyring::Keyring as EcdsaKeyring;
pub use evm_domain_test_runtime;
pub use domain::*;
Modules§
- chain_
spec - Chain specification for the domain test runtime.
- domain
- Utilities used for testing with the domain.
- keyring
- Set of test accounts.
Enums§
- Sr25519
Keyring - Set of test accounts.
Constants§
- AUTO_
ID_ DOMAIN_ ID - The domain id of the auto-id domain
- EVM_
DOMAIN_ ID - The domain id of the evm domain
Traits§
Functions§
- construct_
extrinsic_ generic - Construct an extrinsic that can be applied to the test runtime.
- construct_
extrinsic_ raw_ payload - construct_
unsigned_ extrinsic - Construct an unsigned extrinsic that can be applied to the test runtime.
- node_
config - Create a domain node
Configuration
.