public static interface ChildTransaction.Builder extends Transaction.Builder
Modifier and Type | Method and Description |
---|---|
ChildTransaction |
build() |
ChildTransaction |
build(java.lang.String secretPhrase) |
ChildTransaction |
build(java.lang.String secretPhrase,
boolean isVoucher) |
ChildTransaction.Builder |
feeRateNQTPerFXT(long feeRateNQTPerFXT) |
ChildTransaction.Builder |
referencedTransaction(ChainTransactionId referencedTransaction) |
appendix, ecBlockHeight, ecBlockId, recipientId, timestamp
ChildTransaction.Builder referencedTransaction(ChainTransactionId referencedTransaction)
ChildTransaction.Builder feeRateNQTPerFXT(long feeRateNQTPerFXT)
ChildTransaction build() throws NxtException.NotValidException
build
in interface Transaction.Builder
NxtException.NotValidException
ChildTransaction build(java.lang.String secretPhrase) throws NxtException.NotValidException
build
in interface Transaction.Builder
NxtException.NotValidException
ChildTransaction build(java.lang.String secretPhrase, boolean isVoucher) throws NxtException.NotValidException
build
in interface Transaction.Builder
NxtException.NotValidException