Package nxt.blockchain
Interface ChildTransaction.Builder
- All Superinterfaces:
Transaction.Builder
- All Known Implementing Classes:
ChildTransactionImpl.BuilderImpl
- Enclosing interface:
- ChildTransaction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()build(byte[] privateKey) build(byte[] privateKey, boolean isVoucher) feeRateNQTPerFXT(long feeRateNQTPerFXT) referencedTransaction(ChainTransactionId referencedTransaction) Methods inherited from interface nxt.blockchain.Transaction.Builder
appendix, ecBlockHeight, ecBlockId, recipientId, timestamp
-
Method Details
-
referencedTransaction
-
feeRateNQTPerFXT
-
build
- Specified by:
buildin interfaceTransaction.Builder- Throws:
NxtException.NotValidException
-
build
- Specified by:
buildin interfaceTransaction.Builder- Throws:
NxtException.NotValidException
-
build
- Specified by:
buildin interfaceTransaction.Builder- Throws:
NxtException.NotValidException
-