mina
mina copied to clipboard
Refactor for parties_generators
- removes all reference to
ledger
, instead makeaccount_state_tbl
a required parameter. - provide a function for generation of sequence of parties. This is mainly because generation of sequence of parties needs to decide the set of fee_payer accounts in advance and thread the
account_state_tbl
through the multiple calls ofgen_parties_from
. - writes a mli files for the interface of parties generators and writes document for those generators.