Skip to content

Commit

Permalink
Add signatures to TxDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Jul 21, 2023
1 parent 9a62ce2 commit 0065053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ChainwebData/TxDetail.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module ChainwebData.TxDetail where

import Chainweb.Api.Signer (Signer)
import Chainweb.Api.Sig (Sig)
import ChainwebData.Util
import Data.Aeson
import Data.Text (Text)
Expand Down Expand Up @@ -47,6 +48,7 @@ data TxDetail = TxDetail
, _txDetail_initialCode :: Maybe Text
, _txDetail_previousSteps :: Maybe [Text]
, _txDetail_signers :: [Signer]
, _txDetail_sigs :: [Sig]
} deriving (Eq,Show,Generic)

instance ToJSON TxDetail where
Expand Down

0 comments on commit 0065053

Please sign in to comment.