public static final class TransactionContext.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
TransactionContext.Builder |
authorPk(com.exonum.binding.common.crypto.PublicKey authorPk)
Sets transaction author public key for the context.
|
TransactionContext |
build()
Creates the transaction context instance.
|
TransactionContext.Builder |
fork(Fork fork)
Sets database fork for the context.
|
TransactionContext.Builder |
txMessageHash(com.exonum.binding.common.hash.HashCode hash)
Sets transaction message hash for the context.
|
public TransactionContext.Builder fork(Fork fork)
public TransactionContext.Builder txMessageHash(com.exonum.binding.common.hash.HashCode hash)
public TransactionContext.Builder authorPk(com.exonum.binding.common.crypto.PublicKey authorPk)
public TransactionContext build()
Copyright © 2019 Exonum. All rights reserved.