aleph-types 0.12.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
pub mod account;
pub mod chain;
pub mod channel;
pub mod cid;
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;