Expand description
A crate which contains statement-store primitives.
Re-exports§
pub use store_api::StatementSource;
Modules§
- ed25519
- Statement-store specific ed25519 crypto primitives.
- runtime_
api - Runtime support for the statement store.
Structs§
- Statement
- Statement structure.
Enums§
- Error
- Statement store error.
- Field
- Statement attributes. Each statement is a list of 0 or more fields. Fields may only appear once and in the order declared here.
- Network
Priority - Network propagation priority.
- Proof
- Statement proof.
- Signature
Verification Result - Result returned by
Statement::verify_signature
- Submit
Result - Statement submission outcome
Constants§
- MAX_
TOPICS - Total number of topic fields allowed.
Traits§
- Statement
Store - Statement store API.
Functions§
- hash_
encoded - Returns blake2-256 hash for the encoded statement.