pod-types 0.5.1

Types of Software Development Kit for the pod Network
Documentation
1
2
3
4
5
6
7
8
9
pub mod attestation;
pub mod attestation_metadata;
pub mod certificate;
pub mod committee;

pub use attestation::{Attestation, HeadlessAttestation};
pub use attestation_metadata::AttestationMetadata;
pub use certificate::Certificate;
pub use committee::Committee;