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

Class AssertCommit2ConnectorsE

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

Source from the content-addressed store, hash-verified

43/// The number of connector e is related to the number of intermediate values.
44#[derive(Serialize, Deserialize, Eq, PartialEq, Clone)]
45pub struct AssertCommit2ConnectorsE {
46 pub connectors_e: Vec<ConnectorE>,
47}
48
49impl AssertCommit2ConnectorsE {
50 pub fn connectors_num(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected