Override methods to take SaplingOutPoint etc.
void CWallet::LockNote(const JSOutPoint& output)
void CWallet::UnlockNote(const JSOutPoint& output)
void CWallet::UnlockAllNotes()
bool CWallet::IsLockedNote(const JSOutPoint& outpt) const
std::vector<JSOutPoint> CWallet::ListLockedNotes()
Override methods to take SaplingOutPoint etc.