|
|
@ -28,9 +28,6 @@ namespace RPCServer |
|
|
|
void OnPreCommand(std::function<void (const CRPCCommand&)> slot); |
|
|
|
void OnPreCommand(std::function<void (const CRPCCommand&)> slot); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
class CBlockIndex; |
|
|
|
|
|
|
|
class CNetAddr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** Wrapper for UniValue::VType, which includes typeAny:
|
|
|
|
/** Wrapper for UniValue::VType, which includes typeAny:
|
|
|
|
* Used to denote don't care type. Only used by RPCTypeCheckObj */ |
|
|
|
* Used to denote don't care type. Only used by RPCTypeCheckObj */ |
|
|
|
struct UniValueType { |
|
|
|
struct UniValueType { |
|
|
|