static Transaction |
Transaction.builder(TransactionType txType,
byte[] data,
List<byte[]> signatureList,
Hash hash,
Identity from,
Identity to,
long timestamp,
long period,
BaseFixedSizeUnsignedInteger.Fixed64BitUnsignedInteger nonce,
BigInteger gas,
BaseFixedSizeUnsignedInteger.Fixed64BitUnsignedInteger value,
List<Extension> extensions,
BaseFixedSizeByteArray.Fixed20ByteArray groupId)
Builder transaction do.
|
static Transaction |
Transaction.builder(TransactionType txType,
byte[] data,
List<byte[]> signatureList,
Hash hash,
Identity from,
Identity to,
long timestamp,
long period,
BaseFixedSizeUnsignedInteger.Fixed64BitUnsignedInteger nonce,
BigInteger gas,
BaseFixedSizeUnsignedInteger.Fixed64BitUnsignedInteger value,
List<Extension> extensions,
BaseFixedSizeByteArray.Fixed20ByteArray groupId,
HashTypeEnum hashTypeEnum)
Builder transaction do.
|
void |
Transaction.setExtensions(List<Extension> extensions)
Sets extensions.
|