Merge pull request 'Add nullifier field to `DecodedNote`' (#60) from rav001 into dev040

Reviewed-on: #60
This commit is contained in:
pitmutt 2024-04-14 22:37:52 +00:00 committed by Vergara Technologies LLC
commit d754498ec3
Signed by: Vergara Technologies LLC
GPG Key ID: 99DB473BB4715618
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ data DecodedNote = DecodedNote
{ a_value :: !Int64 -- ^ The amount of the transaction in _zatoshis_.
, a_recipient :: !BS.ByteString -- ^ The recipient Orchard receiver.
, a_memo :: !BS.ByteString -- ^ The decoded shielded memo field.
, a_nullifier :: !HexString -- ^ The calculated nullifier
} deriving stock (Eq, Prelude.Show, GHC.Generic)
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)
deriving anyclass (Data.Structured.Show)