Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetName
Method
GetName
src/rpc/util.cpp:701–705 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
699
}
700
701
std::string RPCArg::GetName() const
702
{
703
CHECK_NONFATAL(std::string::npos == m_names.find(
"|"
));
704
return m_names;
705
}
706
707
bool RPCArg::IsOptional() const
708
{
Callers
15
WalletShowInfo
Function · 0.45
RemoveWallet
Function · 0.45
GetWallet
Function · 0.45
ReleaseWallet
Function · 0.45
UnloadWallet
Function · 0.45
getWalletName
Method · 0.45
~FuzzedWallet
Method · 0.45
listdescriptors
Function · 0.45
restorewallet
Function · 0.45
walletpassphrase
Function · 0.45
getwalletinfo
Function · 0.45
listwallets
Function · 0.45
Calls
1
find
Method · 0.80
Tested by
1
~FuzzedWallet
Method · 0.36