Bitcoin Core  27.99.0
P2P Digital Currency
RPCResult Member List

This is the complete list of members for RPCResult, including all inherited members.

CheckInnerDoc() constRPCResultprivate
m_condRPCResult
m_descriptionRPCResult
m_innerRPCResult
m_key_nameRPCResult
m_optionalRPCResult
m_skip_type_checkRPCResult
m_typeRPCResult
MatchesType(const UniValue &result) constRPCResult
RPCResult(std::string cond, Type type, std::string m_key_name, bool optional, std::string description, std::vector< RPCResult > inner={})RPCResultinline
RPCResult(std::string cond, Type type, std::string m_key_name, std::string description, std::vector< RPCResult > inner={})RPCResultinline
RPCResult(Type type, std::string m_key_name, bool optional, std::string description, std::vector< RPCResult > inner={}, bool skip_type_check=false)RPCResultinline
RPCResult(Type type, std::string m_key_name, std::string description, std::vector< RPCResult > inner={}, bool skip_type_check=false)RPCResultinline
ToDescriptionString() constRPCResult
ToSections(Sections &sections, OuterType outer_type=OuterType::NONE, const int current_indent=0) constRPCResult
ToStringObj() constRPCResult
Type enum nameRPCResult