| Package | Description |
|---|---|
| com.exonum.binding.service |
| Modifier and Type | Method and Description |
|---|---|
com.exonum.binding.common.hash.HashCode |
NodeProxy.submitTransaction(RawTransaction rawTransaction)
Creates a transaction from the given parameters, signs it with
the node service key, and then submits it into Exonum network.
|
com.exonum.binding.common.hash.HashCode |
Node.submitTransaction(RawTransaction rawTransaction)
Creates a transaction from the given parameters, signs it with
the node service key, and then submits it into Exonum network.
|
Copyright © 2019 Exonum. All rights reserved.