|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Member Functions | |
| KV_SERIALIZE (in) | |
| KV_SERIALIZE (out) | |
| KV_SERIALIZE (pending) | |
| KV_SERIALIZE (failed) | |
| KV_SERIALIZE (pool) | |
| KV_SERIALIZE (migration) | |
| KV_SERIALIZE (sc_migration) | |
| KV_SERIALIZE (filter_by_height) | |
| KV_SERIALIZE (min_height) | |
| KV_SERIALIZE_OPT (max_height,(uint64_t) CRYPTONOTE_MAX_BLOCK_NUMBER) | |
| KV_SERIALIZE (account_index) | |
| KV_SERIALIZE (subaddr_indices) | |
| KV_SERIALIZE_OPT (all_accounts, false) | |
Public Attributes | |
| bool | in |
| bool | out |
| bool | pending |
| bool | failed |
| bool | pool |
| bool | migration |
| bool | sc_migration |
| bool | filter_by_height |
| uint64_t | min_height |
| uint64_t | max_height |
| uint32_t | account_index |
| std::set< uint32_t > | subaddr_indices |
| bool | all_accounts |
Definition at line 1515 of file wallet_rpc_server_commands_defs.h.
| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | account_index | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | failed | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | filter_by_height | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | in | ) |


| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | migration | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | min_height | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | out | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | pending | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | pool | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | sc_migration | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE | ( | subaddr_indices | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE_OPT | ( | all_accounts | , |
| false | ) |

| tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE_OPT | ( | max_height | , |
| (uint64_t) | CRYPTONOTE_MAX_BLOCK_NUMBER ) |


| uint32_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::account_index |
Definition at line 1528 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::all_accounts |
Definition at line 1530 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::failed |
Definition at line 1520 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::filter_by_height |
Definition at line 1525 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::in |
Definition at line 1517 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::max_height |
Definition at line 1527 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::migration |
Definition at line 1522 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::min_height |
Definition at line 1526 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::out |
Definition at line 1518 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::pending |
Definition at line 1519 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::pool |
Definition at line 1521 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::sc_migration |
Definition at line 1523 of file wallet_rpc_server_commands_defs.h.
| std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::subaddr_indices |
Definition at line 1529 of file wallet_rpc_server_commands_defs.h.