Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
348
UniValue DescribeAddress(const CTxDestination& dest)
349
{
350
return std::visit(DescribeAddressVisitor(), dest);
351
}
352
353
unsigned int ParseConfirmTarget(const UniValue& value, unsigned int max_target)
354
{
Callers
4
ProcessSubScript
Method · 0.85
DescribeWalletAddress
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
validateaddress
Function · 0.85
Calls
1
DescribeAddressVisitor
Class · 0.85
Tested by
1
FUZZ_TARGET_INIT
Function · 0.68