fabric-chaincode-haskell icon indicating copy to clipboard operation
fabric-chaincode-haskell copied to clipboard

Initialize all stub data in handleInit and handleInvoke

Open nwaywood opened this issue 4 years ago • 0 comments

Still need to initialise the following correctly:

  • [ ] txTimestamp :: Maybe Pb.Timestamp
  • [x] creator :: Maybe ByteString
  • [x] signedProposal :: Maybe Pb.SignedProposal
  • [x] proposal :: Maybe Pb.Proposal
  • [x] transient :: Maybe MapTextBytes
  • [ ] binding :: Maybe MapTextBytes
  • [x] decorations :: Maybe MapTextBytes

nwaywood avatar Feb 24 '20 03:02 nwaywood