| 22 | template<blocksci::AddressType::Enum type> |
| 23 | struct RawAddressSpendDataFunctor { |
| 24 | static SpendDataType f(const blocksci::RawAddress &address, const blocksci::ScriptAccess &scripts) { |
| 25 | return SpendData<type>(address, scripts); |
| 26 | } |
| 27 | }; |
| 28 | |
| 29 | SpendDataType rawAddressSpendData(const blocksci::RawAddress &address, const blocksci::ScriptAccess &scripts) { |
nothing calls this directly
no outgoing calls
no test coverage detected