| Package | Description |
|---|---|
| com.bigchaindb.api | |
| com.bigchaindb.builders | |
| com.bigchaindb.json.strategy | |
| com.bigchaindb.model |
| Modifier and Type | Method | Description |
|---|---|---|
static Transaction |
TransactionsApi.getTransactionById(String id) |
Gets the transaction by id.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
TransactionsApi.sendTransaction(Transaction transaction) |
Sends the transaction.
|
static void |
TransactionsApi.sendTransaction(Transaction transaction,
GenericCallback callback) |
Send transaction.
|
| Modifier and Type | Method | Description |
|---|---|---|
Transaction |
BigchainDbTransactionBuilder.Builder.buildAndSignOnly(net.i2p.crypto.eddsa.EdDSAPublicKey publicKey,
net.i2p.crypto.eddsa.EdDSAPrivateKey privateKey) |
|
Transaction |
BigchainDbTransactionBuilder.ITransactionAttributes.buildAndSignOnly(net.i2p.crypto.eddsa.EdDSAPublicKey publicKey,
net.i2p.crypto.eddsa.EdDSAPrivateKey privateKey) |
Builds the and sign and return.
|
Transaction |
BigchainDbTransactionBuilder.Builder.buildOnly(net.i2p.crypto.eddsa.EdDSAPublicKey publicKey) |
|
Transaction |
BigchainDbTransactionBuilder.ITransactionAttributes.buildOnly(net.i2p.crypto.eddsa.EdDSAPublicKey publicKey) |
Builds the and sign and return.
|
Transaction |
BigchainDbTransactionBuilder.Builder.sendTransaction() |
|
Transaction |
BigchainDbTransactionBuilder.Builder.sendTransaction(GenericCallback callback) |
|
Transaction |
BigchainDbTransactionBuilder.IBuild.sendTransaction() |
Send transaction.
|
Transaction |
BigchainDbTransactionBuilder.IBuild.sendTransaction(GenericCallback callback) |
Send transaction.
|
| Modifier and Type | Method | Description |
|---|---|---|
Transaction |
TransactionDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
List<Transaction> |
Block.getTransactions() |
Gets the transactions.
|
List<Transaction> |
Transactions.getTransactions() |
Gets the transactions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Transactions.addTransaction(Transaction transaction) |
Adds the transaction.
|
Copyright © 2018. All rights reserved.