clvm_tools_rs 0.4.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
(
  ; these constants are for creating output conditions

  (defconstant AGG_SIG 50)
  (defconstant CREATE_COIN 51)
  (defconstant ASSERT_COIN_CONSUMED 52)
  (defconstant ASSERT_MY_COIN_ID 53)
  (defconstant ASSERT_TIME_EXCEEDS 54)
  (defconstant ASSERT_BLOCK_INDEX_EXCEEDS 55)
  (defconstant ASSERT_BLOCK_AGE_EXCEEDS 56)
  (defconstant AGG_SIG_ME 57)
  (defconstant ASSERT_FEE 58)
)