build changes

This commit is contained in:
emotemot 2022-04-22 10:27:51 +03:00
parent 5fd8bde123
commit af7ee8ea5b
3 changed files with 16 additions and 0 deletions

View File

@ -9,8 +9,12 @@ import json
import os
import os.path
<<<<<<< Updated upstream
from planetmint.transactions.common.input import Input
from planetmint.transactions.common.transaction_link import TransactionLink
=======
from planetmint.common.transaction import Transaction, Input, TransactionLink
>>>>>>> Stashed changes
from planetmint import lib
from planetmint.transactions.types.assets.create import Create
from planetmint.transactions.types.assets.transfer import Transfer

View File

@ -4,7 +4,11 @@ Content-Type: application/json
{
"assets": "/assets/",
"blocks": "/blocks/",
<<<<<<< Updated upstream
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/http-client-server-api.html",
=======
"docs": "https://docs.bigchaindb.com/projects/server/en/v0.9.0/http-client-server-api.html",
>>>>>>> Stashed changes
"metadata": "/metadata/",
"outputs": "/outputs/",
"streams": "ws://localhost:9985/api/v1/streams/valid_transactions",

View File

@ -6,7 +6,11 @@ Content-Type: application/json
"v1": {
"assets": "/api/v1/assets/",
"blocks": "/api/v1/blocks/",
<<<<<<< Updated upstream
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/http-client-server-api.html",
=======
"docs": "https://docs.bigchaindb.com/projects/server/en/v0.9.0/http-client-server-api.html",
>>>>>>> Stashed changes
"metadata": "/api/v1/metadata/",
"outputs": "/api/v1/outputs/",
"streams": "ws://localhost:9985/api/v1/streams/valid_transactions",
@ -14,7 +18,11 @@ Content-Type: application/json
"validators": "/api/v1/validators"
}
},
<<<<<<< Updated upstream
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/",
=======
"docs": "https://docs.bigchaindb.com/projects/server/en/v0.9.0/",
>>>>>>> Stashed changes
"software": "Planetmint",
"version": "0.9.0"
}