Uses of Class
com.exonum.binding.transaction.TransactionContext.Builder
- 
Packages that use TransactionContext.Builder Package Description com.exonum.binding.transaction  - 
- 
Uses of TransactionContext.Builder in com.exonum.binding.transaction
Methods in com.exonum.binding.transaction that return TransactionContext.Builder Modifier and Type Method Description TransactionContext.BuilderTransactionContext.Builder. authorPk(PublicKey authorPk)Sets transaction author public key for the context.static TransactionContext.BuilderTransactionContext. builder()Returns the builder of the transaction context.TransactionContext.BuilderTransactionContext.Builder. fork(Fork fork)Sets database fork for the context.TransactionContext.BuilderTransactionContext.Builder. txMessageHash(HashCode hash)Sets transaction message hash for the context. 
 -