RPC result describing the block a piece of wallet information was generated on.

Synopsis

Declared in <wallet/rpc/util.h>

inline RPCResult const RESULT_LAST_PROCESSED_BLOCK = RESULT_LAST_PROCESSED_BLOCK { RPCResult::Type::OBJ, "lastprocessedblock", "hash and height of the block this information was generated on",{
    {RPCResult::Type::STR_HEX, "hash", "hash of the block this information was generated on"},
    {RPCResult::Type::NUM, "height", "height of the block this information was generated on"}}
};

Created with MrDocs