| Package | Description |
|---|---|
| com.github.katenachain.api | |
| com.github.katenachain.entity.api |
| Modifier and Type | Method and Description |
|---|---|
Tx |
Handler.signTx(PrivateKey privateKey,
String chainID,
Date nonceTime,
TxData txData)
signs a tx data and returns a new tx ready to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
TxStatus |
Handler.sendTx(Tx tx)
accepts a tx and sends it to the Api to return a tx status or throws an error.
|
| Modifier and Type | Method and Description |
|---|---|
Tx |
TxWrapper.getTx() |
Copyright © 2020 Transchain. All rights reserved.