Package nxt.blockchain
Interface Transaction.Builder
- All Known Subinterfaces:
ChildTransaction.Builder,FxtTransaction.Builder
- All Known Implementing Classes:
ChildTransactionImpl.BuilderImpl,FxtTransactionImpl.BuilderImpl,TransactionImpl.BuilderImpl
- Enclosing interface:
- Transaction
public static interface Transaction.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()build(byte[] privateKey) build(byte[] privateKey, boolean isVoucher) ecBlockHeight(int height) ecBlockId(long blockId) recipientId(long recipientId) timestamp(int timestamp)
-
Method Details
-
recipientId
-
timestamp
-
ecBlockHeight
-
ecBlockId
-
appendix
-
build
- Throws:
NxtException.NotValidException
-
build
- Throws:
NxtException.NotValidException
-
build
- Throws:
NxtException.NotValidException
-