Uses of Class
monero.wallet.model.MoneroCheckTx
-
Uses of MoneroCheckTx in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.checkTxKey
(String txHash, String txKey, String address) Check a transaction in the blockchain with its secret key.MoneroWalletFull.checkTxKey
(String txHash, String txKey, String address) MoneroWalletRpc.checkTxKey
(String txHash, String txKey, String address) MoneroWallet.checkTxProof
(String txHash, String address, String message, String signature) Prove a transaction by checking its signature.MoneroWalletFull.checkTxProof
(String txHash, String address, String message, String signature) MoneroWalletRpc.checkTxProof
(String txHash, String address, String message, String signature)