plutus icon indicating copy to clipboard operation
plutus copied to clipboard

Document constructors

Open zmrocze opened this issue 3 years ago • 0 comments

description

PR documents and changes constructors of some of the types mentioned in #4476.

It touches:

  • hash types: PubKeyHash, DatumHash, RedeemerHash, ScriptHash, ValidatorHash, MintingPolicyHash, StakeValidatorHash.
  • TokenName, CurrencySymbol

First two commits only add documentation. Third commit renames constructors to Unsafe[...] and adds constructors verifying lengths. Still values can be constructed using instances of IsString, here I added comment that this uses hex encoding.

zmrocze avatar May 06 '22 18:05 zmrocze