Class RawTransaction.Builder

  • Enclosing class:
    RawTransaction

    public abstract static class RawTransaction.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • serviceId

        public abstract RawTransaction.Builder serviceId​(short serviceId)
        Sets the identifier of the service this transaction belongs to.
      • transactionId

        public abstract RawTransaction.Builder transactionId​(short transactionId)
        Sets the identifier of the transaction within a service.
      • payload

        public abstract RawTransaction.Builder payload​(byte[] payload)
        Sets the payload of the transaction.
      • build

        public abstract RawTransaction build()
        Creates the RawTransaction instance with specified parameters.