Re-exports§
pub use account::*;
pub use persistence::*;
pub use programming_model::*;
pub use signing::*;
pub use token::*;
pub use transaction::*;
Modules§
- account
- persistence
- Persistent storage types used in the protocol, or for testing means.
The main export of this module is the
PersistenceStore
trait, which is used for generalizing access to some storage either for production or in-memory key-value storage, and works in tandem withractor::Actor
. - programming_
model - This file contains types the protocol uses to prepare data, structure it and call out to a particular compute payload.
- signing
- token
- transaction