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

Function DescribeWalletBlindAddress

src/wallet/rpc/addresses.cpp:599–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597};
598
599static UniValue DescribeWalletBlindAddress(const CWallet& wallet, const CTxDestination& dest, isminetype mine)
600{
601 UniValue ret(UniValue::VOBJ);
602 ret.pushKVs(std::visit(DescribeWalletBlindAddressVisitor(wallet, mine), dest));
603 return ret;
604}
605
606RPCHelpMan getaddressinfo()
607{

Callers 1

getaddressinfoFunction · 0.85

Calls 2

pushKVsMethod · 0.80

Tested by

no test coverage detected