All public logs

Jump to navigation Jump to search

Combined display of all available logs of Talleo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 20:54, 22 March 2020 Mika talk contribs created page f transaction details response (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | hash || Transaction hash || string |- | size || Transaction size in bytes || size_t |- | paymentId || Pa...")
  • 20:50, 22 March 2020 Mika talk contribs created page Signature (Created page with "Signature is 64 bytes.")
  • 20:49, 22 March 2020 Mika talk contribs created page PublicKey (Created page with "PublicKey is 32 bytes.")
  • 20:49, 22 March 2020 Mika talk contribs created page KeyOutput (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | key || PublicKey || struct |}")
  • 20:48, 22 March 2020 Mika talk contribs created page TransactionOutputTarget (Created page with "TransactionOutputTarget contains KeyOutput.")
  • 20:46, 22 March 2020 Mika talk contribs created page TransactionOutput (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | amount || Output amount || uint64 |- | target || TransactionOutputTarget || struct |}")
  • 20:44, 22 March 2020 Mika talk contribs created page KeyImage (Created page with "KeyImage is 32 bytes.")
  • 20:43, 22 March 2020 Mika talk contribs created page KeyInput (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | amount || Input amount || uint64 |- | outputIndexes || List of output indexes || array |- | keyImage ||...")
  • 20:41, 22 March 2020 Mika talk contribs created page BaseInput (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | blockIndex || Block index || uint32 |}")
  • 20:39, 22 March 2020 Mika talk contribs created page TransactionInput (Created page with "== Description == Either BaseInput or KeyInput.")
  • 20:34, 22 March 2020 Mika talk contribs created page Transaction (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | version || Transaction version || uint8 |- | unlockTime || Unlock time || uint64 |- | inputs || List of...")
  • 20:29, 22 March 2020 Mika talk contribs created page f transaction json (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | hash || yes || Transaction hash || string |} == Output == {| class="wikitable" ! Argume...")
  • 20:23, 22 March 2020 Mika talk contribs created page f transaction short response (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | hash || Transaction hash || string |- | fee || Network fee || uint64 |- | amount_out || Amount to send |...")
  • 20:17, 22 March 2020 Mika talk contribs created page f block details response (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | major_version || Major version of the block || uint8 |- | minor_version || Minor version of the block ||...")
  • 20:08, 22 March 2020 Mika talk contribs created page f block json (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | hash || yes || Block hash of the block to query || string |} == Output == {| class="wik...")
  • 20:03, 22 March 2020 Mika talk contribs created page f block short response (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | difficulty || Difficulty of the block || uint64 |- | timestamp || Time stamp of the block || uint64 |- |...")
  • 19:59, 22 March 2020 Mika talk contribs created page f blocks list json (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | height || yes || Height of first block to return || uint64 |} == Output == {| class="wi...")
  • 19:54, 22 March 2020 Mika talk contribs created page json rpc (Created page with "== Node daemon JSON RPC methods == * f_blocks_list_json * f_block_json * f_transaction_json * f_pool_transaction_json * f_on_transactions_pool_json * get...")
  • 19:50, 22 March 2020 Mika talk contribs created page save (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...")
  • 19:48, 22 March 2020 Mika talk contribs created page export (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | fileName || yes || Name of file to export the wallet || string |} == Output == {| class...")
  • 19:46, 22 March 2020 Mika talk contribs created page reset (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | viewSecretKey || no || Secret view key to use || string |} == Output == {| class="wikit...")
  • 19:42, 22 March 2020 Mika talk contribs created page changePassword (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | oldPassword || yes || Old password || string |- | newPassword || yes || New password ||...")
  • 19:39, 22 March 2020 Mika talk contribs created page createAddress (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | spendSecretKey || no || Secret spend key to use || string |- | spendPublicKey || no || P...")
  • 19:35, 22 March 2020 Mika talk contribs created page createAddressList (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | spendSecretKeys || yes || List of secret spend keys to use || array |} == Output == {|...")
  • 19:31, 22 March 2020 Mika talk contribs created page deleteAddress (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | address || yes || Address of wallet to delete || string |} == Output == {| class="wikit...")
  • 19:29, 22 March 2020 Mika talk contribs created page getSpendKeys (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | address || no || Address of wallet to return spend keys || string |} == Output == {| cl...")
  • 19:26, 22 March 2020 Mika talk contribs created page getBalance (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | address || no || Wallet address to query || string |} == Output == {| class="wikitable"...")
  • 19:23, 22 March 2020 Mika talk contribs created page getBlockHashes (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | firstBlockIndex || yes || Block index of first block to return || uint32 |- | blockCount...")
  • 19:20, 22 March 2020 Mika talk contribs created page TransactionHashesInBlockRpcInfo (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | blockHash || Block hash of the block containing the transactions || string |- | transactionHashes || Lis...")
  • 19:18, 22 March 2020 Mika talk contribs created page getTransactionHashes (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || no || List of addresses to query transactions || array |- | blockHash || no...")
  • 19:13, 22 March 2020 Mika talk contribs created page TransactionsInBlockRpcInfo (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | blockHash || Block hash of the block containing the transactions || string |- | transactions || List of...")
  • 19:11, 22 March 2020 Mika talk contribs created page getTransactions (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || no || List of addresses to query transactions || array |- | blockHash || no...")
  • 19:05, 22 March 2020 Mika talk contribs created page getUnconfirmedTransactionHashes (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || no || List of addresses to query unconfirmed transactions || array |} == O...")
  • 19:01, 22 March 2020 Mika talk contribs created page TransferRpcInfo (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | type || Type of the transfer || uint8 |- | address || Address of the transfer || string |- | amount || A...")
  • 18:59, 22 March 2020 Mika talk contribs created page TransactionRpcInfo (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | state || State of the transaction || uint8 |- | transactionHash || Transaction hash || string |- | block...")
  • 18:52, 22 March 2020 Mika talk contribs created page getTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | transactionHash || yes || Transaction hash of the transaction || string |} == Output ==...")
  • 18:47, 22 March 2020 Mika talk contribs created page sendTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || no || List of addresses to send the orders from || array |- | transfers ||...")
  • 18:38, 22 March 2020 Mika talk contribs created page WalletRpcOrder (Created page with "== Fields == {| class="wikitable" ! Name !! Mandatory !! Description !! Format |- | address || yes || Destination address for transaction || string |- | amount || yes || Amoun...")
  • 18:34, 22 March 2020 Mika talk contribs created page createDelayedTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || yes || List of source addresses || array |- | transfers || yes || List of [...")
  • 18:28, 22 March 2020 Mika talk contribs created page getDelayedTransactionHashes (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...")
  • 18:26, 22 March 2020 Mika talk contribs created page deleteDelayedTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | transactionHash || yes || Transaction hash of delayed transaction || string |} == Outpu...")
  • 18:24, 22 March 2020 Mika talk contribs created page sendDelayedTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | transactionHash || yes || Transaction hash of the delayed transaction || string |} == O...")
  • 18:21, 22 March 2020 Mika talk contribs created page getViewKey (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...")
  • 18:19, 22 March 2020 Mika talk contribs created page getMnemonicSeed (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | address || yes || Address for which mnemonic seed is requested || string |} == Output...")
  • 18:17, 22 March 2020 Mika talk contribs created page getStatus (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...")
  • 18:13, 22 March 2020 Mika talk contribs created page getAddresses (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan=4 | none |} == Output == {| class="wikitable" ! Argument !! Description !! Form...")
  • 18:08, 22 March 2020 Mika talk contribs created page sendFusionTransaction (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | threshold || yes || Target threshold for optimized outputs || uint64 |- | anonymity || n...")
  • 17:53, 22 March 2020 Mika talk contribs created page estimateFusion (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | threshold || Yes || Value that determines which outputs will be optimized. Only the outp...")
  • 17:37, 22 March 2020 Mika talk contribs created page API/Wallet (Created page with "== Wallet JSON RPC == * save * export * reset * changePassword * createAddress * createAddressList * deleteAddress * getSpendKeys * getBalanc...")
  • 17:32, 22 March 2020 Mika talk contribs created page API/Daemon (Created page with "== Binary handlers == * getblocks.bin * queryblocks.bin * queryblockslite.bin * get_o_indexes.bin * getrandom_outs.bin * get_pool_changes.bin * get_p...")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)