Skip to content

feat(generator): Added mapping of additional Tezos types.

Peter Smolinský requested to merge generator-types into master

feat(generator): Added mapping of additional Tezos types:

  • bls12_381_fr -> string.
  • bls12_381_g1 -> string.
  • bls12_381_g2 -> string.
  • chest -> string.
  • chest_key -> string.
  • constant -> Always throws because it should be expanded upfront.
  • never -> never.
  • sapling_state -> string.

Merge request reports