mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add asset create and transfer
This commit is contained in:
parent
52e9d13d89
commit
6d808ba614
@ -47,3 +47,10 @@ def user_private_key():
|
|||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def user_public_key():
|
def user_public_key():
|
||||||
return USER_PUBLIC_KEY
|
return USER_PUBLIC_KEY
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture
|
||||||
|
def b():
|
||||||
|
from bigchaindb import Bigchain
|
||||||
|
return Bigchain()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user