subsoil 0.2.0

Soil primitives foundation crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is part of Soil.

// Copyright (C) Soil contributors.
// Copyright (C) Parity Technologies (UK) Ltd.
// SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later WITH Classpath-exception-2.0

//! A collection of higher lever helpers for offchain calls.

pub mod http;
pub mod storage;
pub mod storage_lock;

pub use crate::core::offchain::*;