MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Comm

Class Comm

crates/ixon/src/comm.rs:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17/// - `payload` is the address of the committed constant
18#[derive(Clone, Debug, PartialEq, Eq, Hash)]
19pub struct Comm {
20 /// Address of the blinding secret (in blobs map)
21 pub secret: Address,
22 /// Address of the committed constant
23 pub payload: Address,
24}
25
26impl Comm {
27 pub fn new(secret: Address, payload: Address) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected