| 56 | } |
| 57 | |
| 58 | std::function<BlocksciType(std::any &)> ProxyAddress::getGenericSimple() const { |
| 59 | return [generic = getGenericScript()](std::any &val) -> BlocksciType { |
| 60 | return BlocksciType{generic(val)}; |
| 61 | }; |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected