Implement transaction creation #73

Merged
pitmutt merged 109 commits from rav001 into dev040 2024-04-30 21:56:10 +00:00
Showing only changes of commit 4c3a188c32 - Show all commits

View file

@ -621,9 +621,9 @@ data SaplingRawTree = SaplingRawTree
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct SaplingRawTree
data SaplingTree = SaplingTree
{ ot_left :: !(Maybe HexString)
, ot_right :: !(Maybe HexString)
, ot_parents :: ![Maybe HexString]
{ st_left :: !(Maybe HexString)
, st_right :: !(Maybe HexString)
, st_parents :: ![Maybe HexString]
} deriving (Eq, Prelude.Show, Read)
data SaplingFrontier = SaplingFrontier