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

Method prev_outs

bridge/src/transactions/start_time.rs:47–49  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45 }
46
47 fn prev_outs(&self) -> &Vec<TxOut> {
48 &self.prev_outs
49 }
50
51 fn prev_scripts(&self) -> &Vec<ScriptBuf> {
52 &self.prev_scripts

Callers 1

sign_input_0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected