MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / DescribeAddress

Function DescribeAddress

src/rpc/util.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125UniValue DescribeAddress(const CTxDestination& dest)
126{
127 return boost::apply_visitor(DescribeAddressVisitor(), dest);
128}

Callers 3

ProcessSubScriptMethod · 0.85
DescribeWalletAddressFunction · 0.85
validateaddressFunction · 0.85

Calls 1

Tested by

no test coverage detected