some more guidelines and off-chain notes

This commit is contained in:
Emily Martins 2022-04-11 13:17:23 +02:00
parent 772810ca5d
commit 516f7d1c30
3 changed files with 20 additions and 16 deletions

View file

@ -54,7 +54,7 @@ The script for an Agora treasury is described in this section. For clarity, all
### Datum
```hs
```haskell
newtype TreasuryDatum = TreasuryDatum
{ -- | Currency symbol of the treasury state thread.
stateThread :: CurrencySymbol
@ -63,7 +63,7 @@ newtype TreasuryDatum = TreasuryDatum
### Redeemers
```hs
```haskell
newtype TreasuryRedeemer = AlterTreasuryParams
```
@ -71,7 +71,7 @@ At the current stage, it is sufficient to allow users to simply grant funds to t
### Validators
```hs
```haskell
treasuryV ::
CurrencySymbol ->
TreasuryDatum ->