Enumeration RedeemerPurpose

Enum representing the purpose of a redeemer in a Plutus script. Each purpose corresponds to a specific action that the redeemer is intended to perform.

Enumeration Members

certificate: "certificate"
mint: "mint"
propose: "propose"
spend: "spend"
vote: "vote"
withdrawal: "withdrawal"