Uses of Class
com.exonum.binding.core.service.ExecutionContext.Builder
-
Packages that use ExecutionContext.Builder Package Description com.exonum.binding.core.service -
-
Uses of ExecutionContext.Builder in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return ExecutionContext.Builder Modifier and Type Method Description ExecutionContext.BuilderExecutionContext.Builder. authorPk(com.exonum.binding.common.crypto.PublicKey authorPk)Sets transaction author public key for the context.ExecutionContext.BuilderExecutionContext.Builder. blockchainData(BlockchainData blockchainData)Sets the blockchain data for the context.static ExecutionContext.BuilderExecutionContext. builder()Returns the builder of the transaction context.ExecutionContext.BuilderExecutionContext.Builder. serviceId(int serviceId)Sets service id for the context.ExecutionContext.BuilderExecutionContext.Builder. serviceName(String serviceName)Sets service name for the context.ExecutionContext.BuilderExecutionContext.Builder. txMessageHash(com.exonum.binding.common.hash.HashCode hash)Sets transaction message hash for the context.
-