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

Class AddInputProxyMethods

blockscipy/src/chain/input/input_proxy_py.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19struct AddInputProxyMethods {
20 template <typename FuncApplication>
21 void operator()(FuncApplication func) {
22 using namespace blocksci;
23
24 func(property_tag, "address", &Input::getAddress, "The address linked to this input");
25 ;
26 }
27};
28
29
30void addInputProxyMethods(AllProxyClasses<blocksci::Input> &cls) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected