Add JSON instances for ZcashNet #85

Merged
pitmutt merged 59 commits from rav001 into milestone2 2024-07-25 16:14:05 +00:00
Showing only changes of commit 9008010db7 - Show all commits

View file

@ -723,7 +723,7 @@ instance FromJSON OrchardAction where
pure $ OrchardAction n r c ephKey encText outText cval a
data MerklePath = MerklePath
{ mp_position :: !Int64
{ mp_position :: !Int32
, mp_path :: ![HexString]
} deriving stock (Eq, Prelude.Show, GHC.Generic)
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)