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(int serviceId) |
Sets the identifier of the service this transaction belongs to.
|
abstract RawTransaction.Builder |
RawTransaction.Builder.transactionId(int transactionId) |
Sets the identifier of the transaction within a service.
|