| Package | Description |
|---|---|
| com.exonum.binding.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext.Builder |
TransactionContext.Builder.authorPk(com.exonum.binding.common.crypto.PublicKey authorPk)
Sets transaction author public key for the context.
|
static TransactionContext.Builder |
TransactionContext.builder()
Returns the builder of the transaction context.
|
TransactionContext.Builder |
TransactionContext.Builder.fork(Fork fork)
Sets database fork for the context.
|
TransactionContext.Builder |
TransactionContext.Builder.txMessageHash(com.exonum.binding.common.hash.HashCode hash)
Sets transaction message hash for the context.
|
Copyright © 2019 Exonum. All rights reserved.