marlowe_lang 0.1.25

experimental parser lib for Cardano Marlowe DSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "timeout": 20,
    "timeout_continuation": "close",
    "when": [
        {
            "case": {
                "notify_if": true
            },
            "merkleized_then": "09df8g098df09gdfjkgklfgkljdfg"
        },
        {
            "case": {
                "notify_if": false
            },
            "then": "close"
        }
    ]
}