Пример #1
0
def cmd_mkseal(args):
    btc_seal = BitcoinSingleUseSeal(outpoint=args.outpoint)
    args.seal_fd.write(btc_seal.serialize())