|
cryptonote::simple_wallet
|
Set the transaction key (r) for a given <txid> in case the tx was made by some other device or 3rd party wallet.
|
|
|
cryptonote::simple_wallet
|
Check the amount going to <address> in <txid>.
|
|
|
cryptonote::simple_wallet
|
Generate a signature proving funds sent to <address> in <txid>, optionally with a challenge string <message>, using either the transaction secret key (when <address> is not your wallet's address) or the view secret key (otherwise), which does not disclose the secret key.
|
|
|
cryptonote::simple_wallet
|
Check the proof for funds going to <address> in <txid> with the challenge string <message> if any.
|
|
|
cryptonote::simple_wallet
|
Generate a signature proving that you generated <txid> using the spend secret key, optionally with a challenge string <message>.
|
|
|
cryptonote::simple_wallet
|
Check a signature proving that the signer generated <txid>, optionally with a challenge string <message>.
|
|
|
cryptonote::simple_wallet
|
Generate a signature proving that you own at least this much, optionally with a challenge string <message>. If 'all' is specified, you prove the entire sum of all of your existing accounts' balances. Otherwise, you prove the reserve of the smallest possible amount above <amount> available in your current account.
|
|
|
cryptonote::simple_wallet
|
Check a signature proving that the owner of <address> holds at least this much, optionally with a challenge string <message>.
|
|
|
cryptonote::simple_wallet
|
Show the unspent outputs of a specified address within an optional amount range.
|
|
|
cryptonote::simple_wallet
|
Set an arbitrary string note for a <txid>.
|
|
|
cryptonote::simple_wallet
|
Get a string note for a txid.
|
|
|
cryptonote::simple_wallet
|
Set an arbitrary description for the wallet.
|
|
|
cryptonote::simple_wallet
|
Get the description of the wallet.
|
|
|
cryptonote::simple_wallet
|
Show the wallet's status.
|
|
|
cryptonote::simple_wallet
|
Show the wallet's information.
|
|
|
cryptonote::simple_wallet
|
Verify a signature on the contents of a file.
|
|
|
cryptonote::simple_wallet
|
Import a signed key images list and verify their spent status.
|
|
|
cryptonote::simple_wallet
|
Attempts to reconnect HW wallet.
|
|
|
cryptonote::simple_wallet
|
Export a set of outputs owned by this wallet.
|
|
|
cryptonote::simple_wallet
|
Import a set of outputs owned by this wallet.
|
|