MCPcopy Create free account
hub / github.com/ElementsProject/elements / DescribeAddress

Function DescribeAddress

src/rpc/util.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346};
347
348UniValue DescribeAddress(const CTxDestination& dest)
349{
350 return std::visit(DescribeAddressVisitor(), dest);
351}
352
353unsigned int ParseConfirmTarget(const UniValue& value, unsigned int max_target)
354{

Callers 4

ProcessSubScriptMethod · 0.85
DescribeWalletAddressFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
validateaddressFunction · 0.85

Calls 1

Tested by 1

FUZZ_TARGET_INITFunction · 0.68