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

Method tx

bridge/src/transactions/take_2.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36
37impl PreSignedTransaction for Take2Transaction {
38 fn tx(&self) -> &Transaction {
39 &self.tx
40 }
41
42 fn tx_mut(&mut self) -> &mut Transaction {
43 &mut self.tx

Callers 15

for_txMethod · 0.45
get_withdrawer_statusMethod · 0.45
verifier_signMethod · 0.45
push_verifier_noncesMethod · 0.45
newMethod · 0.45
new_for_validationMethod · 0.45
withdrawer_statusMethod · 0.45
peg_outMethod · 0.45
peg_out_confirmMethod · 0.45
kick_off_1Method · 0.45
challengeMethod · 0.45

Calls

no outgoing calls