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

Method inner

final-spv/src/transaction.rs:23–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

21 }
22
23 pub fn inner(&self) -> &Transaction {
24 &self.0
25 }
26
27 /// Returns the transaction id, in big-endian byte order. One must be careful when dealing with
28 /// Bitcoin transaction ids, as they are little-endian in the Bitcoin protocol.

Callers 1

mid_state_txidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected