| Package | Description |
|---|---|
| com.exonum.binding.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
static RawTransaction.Builder |
RawTransaction.newBuilder()
Returns the new builder for the transaction.
|
abstract RawTransaction.Builder |
RawTransaction.Builder.payload(byte[] payload)
Sets the payload of the transaction.
|
abstract RawTransaction.Builder |
RawTransaction.Builder.serviceId(short serviceId)
Sets the identifier of the service this transaction belongs to.
|
abstract RawTransaction.Builder |
RawTransaction.Builder.transactionId(short transactionId)
Sets the identifier of the transaction within a service.
|
Copyright © 2019 Exonum. All rights reserved.