{RPCResult::Type::STR_AMOUNT,"unconfirmed_balance","DEPRECATED. Identical to getbalances().mine.untrusted_pending"},
{RPCResult::Type::STR_AMOUNT,"immature_balance","DEPRECATED. Identical to getbalances().mine.immature"},
{RPCResult::Type::NUM,"txcount","the total number of transactions in the wallet"},
{RPCResult::Type::NUM_TIME,"keypoololdest","the "+UNIX_EPOCH_TIME+" of the oldest pre-generated key in the key pool"},
{RPCResult::Type::NUM_TIME,"keypoololdest","the "+UNIX_EPOCH_TIME+" of the oldest pre-generated key in the key pool. Legacy wallets only."},
{RPCResult::Type::NUM,"keypoolsize","how many new keys are pre-generated (only counts external keys)"},
{RPCResult::Type::NUM,"keypoolsize_hd_internal","how many new keys are pre-generated for internal use (used for change outputs, only appears if the wallet is using this feature, otherwise external keys are used)"},
{RPCResult::Type::NUM_TIME,"unlocked_until","the "+UNIX_EPOCH_TIME+" until which the wallet is unlocked for transfers, or 0 if the wallet is locked"},