pub fn seal_commit(
header: CommitHeader,
body: &CommitBody,
domain_key: &DomainKey,
signer: &IrohSigner,
) -> Result<CommitEnvelope, SecurityError>Expand description
Encrypts and signs one canonical atomic commit.
pub fn seal_commit(
header: CommitHeader,
body: &CommitBody,
domain_key: &DomainKey,
signer: &IrohSigner,
) -> Result<CommitEnvelope, SecurityError>Encrypts and signs one canonical atomic commit.