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

Method decode_inputs_sync

src/decode_call.rs:88–97  ·  view source on GitHub ↗
(
        &self,
        inputs: Vec<String>,
        py: Python,
    )

Source from the content-addressed store, hash-verified

86 }
87
88 pub fn decode_inputs_sync(
89 &self,
90 inputs: Vec<String>,
91 py: Python,
92 ) -> Vec<Option<Vec<DecodedSolValue>>> {
93 inputs
94 .into_iter()
95 .map(|input| self.decode_impl(input.as_str(), py))
96 .collect()
97 }
98
99 pub fn decode_transactions_input_sync(
100 &self,

Callers 1

decode_inputsMethod · 0.45

Calls 2

collectMethod · 0.45
decode_implMethod · 0.45

Tested by

no test coverage detected