Package | Description |
---|---|
tv.noixion.troncli.models | |
tv.noixion.troncli.utils |
Modifier and Type | Method and Description |
---|---|
TronPrivateKey |
TronWallet.getPrivateKey() |
Constructor and Description |
---|
TronWallet(TronPrivateKey privKey)
Creates a new instance of TronWallet from a private key
|
Modifier and Type | Method and Description |
---|---|
static TronTransaction |
TransactionUtils.processTransaction(GrpcClient client,
Protocol.Transaction transaction,
TronPrivateKey privateKey)
Processes and broadcast a transaction.
|
static TronTransaction |
TransactionUtils.processTransactionExtention(GrpcClient client,
GrpcAPI.TransactionExtention transactionExtention,
TronPrivateKey privateKey)
Processes and broadcast a transaction.
|
static Protocol.Transaction |
TransactionUtils.signTransaction(Protocol.Transaction transaction,
TronPrivateKey privateKey)
Signs a transaction.
|
Copyright © 2020. All rights reserved.