Skip to content

Commit

Permalink
Add Verifiers to TxDetail
Browse files Browse the repository at this point in the history
add _txDetail_verifiers field
  • Loading branch information
giantimi committed Apr 10, 2024
1 parent 33022a1 commit b7eb7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ChainwebData/TxDetail.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ data TxDetail = TxDetail
, _txDetail_previousSteps :: Maybe [Text]
, _txDetail_signers :: [Signer]
, _txDetail_sigs :: [Sig]
, _txDetail_verifiers :: Maybe Value
} deriving (Eq,Show,Generic)

instance ToJSON TxDetail where
Expand Down

0 comments on commit b7eb7ff

Please sign in to comment.