aleph-types 0.14.0

Definitions for the most commonly used types in the Aleph Cloud network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// The CID type lives in the dependency-light `aleph-cid` crate (so FFI
// bindings can use it without the message/signature stack); re-exported here
// at its historical path.
pub use aleph_cid::cid;

pub mod account;
pub mod chain;
pub mod channel;
pub mod item_hash;
pub mod memory_size;
pub mod message;
pub mod timestamp;
pub(crate) mod toolkit;
#[cfg(any(feature = "signature-evm", feature = "signature-sol"))]
pub mod verify_signature;