MCPcopy Create free account
hub / github.com/BitVM/BitVM / AssertCommit1ConnectorsE

Class AssertCommit1ConnectorsE

bridge/src/transactions/assert_transactions/utils.rs:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18/// The number of connector e is related to the number of intermediate values.
19#[derive(Serialize, Deserialize, Eq, PartialEq, Clone)]
20pub struct AssertCommit1ConnectorsE {
21 pub connectors_e: Vec<ConnectorE>,
22}
23
24impl AssertCommit1ConnectorsE {
25 pub fn connectors_num(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected