Re-exports§
pub use macros::BlockBuilder;
pub use macros::DefaultSandbox;
pub use frame_support;
pub use frame_system;
pub use pallet_balances;
pub use pallet_revive;
pub use pallet_timestamp;
pub use paste;
pub use sp_externalities;
Modules§
Macros§
- create_
sandbox - Macro creating a minimal runtime with the given name. Optionally can take a chain extension type as a second argument.
Structs§
- Account
Id32 - Export pallets that are used in
crate::create_sandbox
An opaque 32-byte cryptographic identifier. - H256
- Export pallets that are used in
crate::create_sandbox
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size. - Runtime
Metadata Prefixed - Metadata prefixed by a u32 for reserved usage
- Snapshot
- A snapshot of the storage.
- Weight
Enums§
- Dispatch
Error - Export pallets that are used in
crate::create_sandbox
Reason why a dispatch call failed.
Traits§
- Extension
- Export pallets that are used in
crate::create_sandbox
Marker trait for types that should be registered asExternalities
extension. - Sandbox
- Sandbox defines the API of a sandboxed runtime.
- Ss58
Codec - Export pallets that are used in
crate::create_sandbox
Key that can be encoded to/from SS58.
Type Aliases§
- Account
IdFor - Alias for the account ID type.
- Contract
Exec Result For - Alias for the contract exec result.
- Contract
Instantiate Result For - Alias for the contract instantiate result.
- Contract
Result For - Contract
Result Instantiate - Event
Record Of - Alias for the event record type.
- MapAccount
Result For - Alias for the
map_acocunt
result. - RawStorage
- Runtime
Call - Alias for the runtime call type.
- Runtime
Event Of - Alias for the runtime event of a sandbox.
- Runtime
Of - Alias for the runtime of a sandbox.
- Storage
Root - Test
Externalities - Export pallets that are used in
crate::create_sandbox
Type alias for Externalities implementation used in tests.