rostrum 14.0.1

An efficient implementation of Electrum Server with token support
Documentation
1
2
3
4
5
6
7
8
9
from test_framework.script import CScript, OP_NOP, OP_TRUE


def anycanspend_locking_script():
    return CScript([OP_NOP])


def anyonecanspend_unlocking_script():
    return CScript([CScript([OP_TRUE])])