Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 193 Bytes

Fairpool.questions.md

File metadata and controls

6 lines (5 loc) · 193 Bytes

Fairpool questions

  • Should we use storage or memory for constructor arguments?
  • What index order should we use:
    • shares[partyIndex][shareType]
    • shares[shareType][partyIndex]