ExecutionContext.Builder |
ExecutionContext.Builder.authorPk(PublicKey authorPk) |
Sets transaction author public key for the context.
|
ExecutionContext.Builder |
ExecutionContext.Builder.blockchainData(BlockchainData blockchainData) |
Sets the blockchain data for the context.
|
static ExecutionContext.Builder |
ExecutionContext.builder() |
Returns the builder of the transaction context.
|
ExecutionContext.Builder |
ExecutionContext.Builder.serviceId(int serviceId) |
Sets service id for the context.
|
ExecutionContext.Builder |
ExecutionContext.Builder.serviceName(java.lang.String serviceName) |
Sets service name for the context.
|
ExecutionContext.Builder |
ExecutionContext.Builder.txMessageHash(HashCode hash) |
Sets transaction message hash for the context.
|