mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
initial implementation of digital assets
This commit is contained in:
parent
4346db4ee4
commit
ffbf470c1a
@ -1,20 +1,11 @@
|
|||||||
import time
|
|
||||||
import contextlib
|
import contextlib
|
||||||
from copy import deepcopy
|
|
||||||
import threading
|
import threading
|
||||||
import queue
|
import queue
|
||||||
import multiprocessing as mp
|
import multiprocessing as mp
|
||||||
import uuid
|
|
||||||
|
|
||||||
import rapidjson
|
|
||||||
|
|
||||||
from bigchaindb_common import crypto, exceptions
|
from bigchaindb_common import crypto
|
||||||
from bigchaindb_common.util import serialize
|
from bigchaindb_common.util import serialize
|
||||||
import cryptoconditions as cc
|
|
||||||
from cryptoconditions.exceptions import ParsingError
|
|
||||||
|
|
||||||
import bigchaindb
|
|
||||||
from bigchaindb.models import Transaction
|
|
||||||
|
|
||||||
|
|
||||||
class ProcessGroup(object):
|
class ProcessGroup(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user