Uses of Class
monero.wallet.model.MoneroTxSet
-
Uses of MoneroTxSet in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.describeMultisigTxSet
(String multisigTxHex) Describe a tx set from multisig tx hex.MoneroWallet.describeTxSet
(MoneroTxSet txSet) Describe a tx set containing unsigned or multisig tx hex to a new tx set containing structured transactions.MoneroWalletFull.describeTxSet
(MoneroTxSet txSet) MoneroWalletRpc.describeTxSet
(MoneroTxSet txSet) MoneroWallet.describeUnsignedTxSet
(String unsignedTxHex) Describe a tx set from unsigned tx hex.Sign unsigned transactions from a view-only wallet.Modifier and TypeMethodDescriptionMoneroWallet.describeTxSet
(MoneroTxSet txSet) Describe a tx set containing unsigned or multisig tx hex to a new tx set containing structured transactions.MoneroWalletFull.describeTxSet
(MoneroTxSet txSet) MoneroWalletRpc.describeTxSet
(MoneroTxSet txSet) -
Uses of MoneroTxSet in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroTxWallet.getTxSet()
MoneroTxSet.merge
(MoneroTxSet txSet) MoneroTxSet.setMultisigTxHex
(String multisigTxHex) MoneroTxSet.setSignedTxHex
(String signedTxHex) MoneroTxSet.setTxs
(List<MoneroTxWallet> txs) MoneroTxSet.setTxs
(MoneroTxWallet... txs) MoneroTxSet.setUnsignedTxHex
(String unsignedTxHex) Modifier and TypeMethodDescriptionMoneroTxSet.merge
(MoneroTxSet txSet) MoneroTxQuery.setTxSet
(MoneroTxSet commonTxSets) MoneroTxWallet.setTxSet
(MoneroTxSet txSet)