MCPcopy Create free account
hub / github.com/citp/BlockSci / addProxyFunctionsCore

Function addProxyFunctionsCore

blockscipy/src/proxy/proxy_functions_core.cpp:15–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <blocksci/chain/block.hpp>
14
15void addProxyFunctionsCore(pybind11::module &m, pybind11::module &pm) {
16 using namespace blocksci;
17
18 addProxyFunctions<Block>(m, pm);
19 addProxyFunctions<Transaction>(m, pm);
20 addProxyFunctions<Input>(m, pm);
21 addProxyFunctions<Output>(m, pm);
22 addProxyFunctions<AnyScript>(m, pm);
23 addProxyFunctions<EquivAddress>(m, pm);
24 addProxyFunctions<Cluster>(m, pm);
25 addProxyFunctions<TaggedCluster>(m, pm);
26 addProxyFunctions<TaggedAddress>(m, pm);
27}

Callers 1

defineProxyFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected