Uses of Class
com.exonum.binding.core.transaction.TransactionContext.Builder
-
Packages that use TransactionContext.Builder Package Description com.exonum.binding.core.transaction -
-
Uses of TransactionContext.Builder in com.exonum.binding.core.transaction
Methods in com.exonum.binding.core.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.
-