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

Method private_data

bridge/src/client/client.rs:242–244  ·  view source on GitHub ↗

TODO: This should be private. Currently used in the fees test. See if it can be refactored.

(&self)

Source from the content-addressed store, hash-verified

240
241 // TODO: This should be private. Currently used in the fees test. See if it can be refactored.
242 pub fn private_data(&self) -> &BitVMClientPrivateData {
243 &self.private_data
244 }
245
246 // TODO: This fn is only used in tests. Consider refactoring, so it can be removed.
247 pub fn set_chain_service(&mut self, chain_service: Chain) {

Callers 1

test_peg_out_feesFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_peg_out_feesFunction · 0.64