MCPcopy Create free account
hub / github.com/enviodev/hypersync-client-python / decode_transactions_input_sync

Method decode_transactions_input_sync

src/decode_call.rs:99–107  ·  view source on GitHub ↗
(
        &self,
        txs: Vec<Transaction>,
        py: Python,
    )

Source from the content-addressed store, hash-verified

97 }
98
99 pub fn decode_transactions_input_sync(
100 &self,
101 txs: Vec<Transaction>,
102 py: Python,
103 ) -> Vec<Option<Vec<DecodedSolValue>>> {
104 txs.into_iter()
105 .map(|tx| self.decode_impl(tx.input?.as_str(), py))
106 .collect()
107 }
108
109 pub fn decode_traces_input_sync(
110 &self,

Callers 1

Calls 2

collectMethod · 0.45
decode_implMethod · 0.45

Tested by

no test coverage detected