Uses of Class
monero.wallet.model.MoneroTxConfig
Packages that use MoneroTxConfig
-
Uses of MoneroTxConfig in monero.common
Methods in monero.common with parameters of type MoneroTxConfigModifier and TypeMethodDescriptionstatic StringMoneroUtils.getPaymentUri(MoneroTxConfig config) Creates a payment URI from a tx configuration. -
Uses of MoneroTxConfig in monero.wallet
Methods in monero.wallet that return MoneroTxConfigModifier and TypeMethodDescriptionMoneroWallet.parsePaymentUri(String uri) Parses a payment URI to a transaction configuration.MoneroWalletFull.parsePaymentUri(String uri) MoneroWalletRpc.parsePaymentUri(String uri) Methods in monero.wallet with parameters of type MoneroTxConfigModifier and TypeMethodDescriptionMoneroWallet.createTx(MoneroTxConfig config) Create a transaction to transfer funds from this wallet.MoneroWallet.createTxs(MoneroTxConfig config) Create one or more transactions to transfer funds from this wallet.MoneroWalletFull.createTxs(MoneroTxConfig config) MoneroWalletRpc.createTxs(MoneroTxConfig config) MoneroWallet.getPaymentUri(MoneroTxConfig config) Creates a payment URI from a send configuration.MoneroWalletFull.getPaymentUri(MoneroTxConfig request) MoneroWalletRpc.getPaymentUri(MoneroTxConfig config) MoneroWallet.sweepOutput(MoneroTxConfig config) Sweep an output with a given key image.MoneroWalletFull.sweepOutput(MoneroTxConfig config) MoneroWalletRpc.sweepOutput(MoneroTxConfig config) MoneroWallet.sweepUnlocked(MoneroTxConfig config) Sweep all unlocked funds according to the given config.MoneroWalletFull.sweepUnlocked(MoneroTxConfig config) MoneroWalletRpc.sweepUnlocked(MoneroTxConfig config) -
Uses of MoneroTxConfig in monero.wallet.model
Methods in monero.wallet.model that return MoneroTxConfigModifier and TypeMethodDescriptionMoneroTxConfig.addDestination(String address, BigInteger amount) MoneroTxConfig.addDestination(MoneroDestination destination) MoneroTxConfig.copy()MoneroTxConfig.setAccountIndex(Integer accountIndex) MoneroTxConfig.setAddress(String address) Set the address of a single-destination configuration.Set the amount of a single-destination configuration.MoneroTxConfig.setAmount(BigInteger amount) Set the amount of a single-destination configuration.MoneroTxConfig.setBelowAmount(BigInteger belowAmount) MoneroTxConfig.setCanSplit(Boolean canSplit) MoneroTxConfig.setDestinations(List<MoneroDestination> destinations) MoneroTxConfig.setDestinations(MoneroDestination... destinations) MoneroTxConfig.setFee(BigInteger fee) MoneroTxConfig.setKeyImage(String keyImage) MoneroTxConfig.setPaymentId(String paymentId) MoneroTxConfig.setPriority(MoneroTxPriority priority) MoneroTxConfig.setRecipientName(String recipientName) MoneroTxConfig.setSubaddressIndex(Integer subaddressIndex) MoneroTxConfig.setSubaddressIndices(Integer... subaddressIndices) MoneroTxConfig.setSubaddressIndices(List<Integer> subaddressIndices) MoneroTxConfig.setSubtractFeeFrom(Integer... destinationIndices) MoneroTxConfig.setSubtractFeeFrom(List<Integer> destinationIndices) MoneroTxConfig.setSweepEachSubaddress(Boolean sweepEachSubaddress)