Package monero.wallet.model
Class MoneroTxSet
java.lang.Object
monero.wallet.model.MoneroTxSet
Groups transactions who share common hex data which is needed in order to
sign and submit the transactions.
For example, multisig transactions created from createTxs() share a common
hex string which is needed in order to sign and submit the multisig
transactions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getTxs()
int
hashCode()
merge
(MoneroTxSet txSet) setMultisigTxHex
(String multisigTxHex) setSignedTxHex
(String signedTxHex) setTxs
(List<MoneroTxWallet> txs) setTxs
(MoneroTxWallet... txs) setUnsignedTxHex
(String unsignedTxHex) toString()
toString
(int indent)
-
Constructor Details
-
MoneroTxSet
public MoneroTxSet()
-
-
Method Details