Uses of Class
monero.wallet.model.MoneroTxSet
Packages that use MoneroTxSet
-
Uses of MoneroTxSet in monero.wallet
Methods in monero.wallet that return MoneroTxSetModifier 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.Methods in monero.wallet with parameters of type MoneroTxSetModifier 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
Methods in monero.wallet.model that return MoneroTxSetModifier 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) Methods in monero.wallet.model with parameters of type MoneroTxSetModifier and TypeMethodDescriptionMoneroTxSet.merge(MoneroTxSet txSet) MoneroTxQuery.setTxSet(MoneroTxSet commonTxSets) MoneroTxWallet.setTxSet(MoneroTxSet txSet)