plebble
|
Static Public Attributes | |
static readonly short | wallet_base = 100 |
static readonly short | wallet_ping = wallet_base+0 |
static readonly short | wallet_balance = wallet_base+2 |
static readonly short | wallet_list = wallet_base+4 |
static readonly short | wallet_new_address = wallet_base+6 |
static readonly short | wallet_add_address = wallet_base+8 |
static readonly short | wallet_transfer = wallet_base+10 |
static readonly short | wallet_transfer_from = wallet_base+12 |
static readonly short | wallet_tx_charge_pay = wallet_base+14 |
static readonly short | wallet_tx_pay = wallet_base+16 |
static readonly short | wallet_tx_new = wallet_base+18 |
static readonly short | wallet_tx_add_section = wallet_base+20 |
static readonly short | wallet_tx_add_input = wallet_base+22 |
static readonly short | wallet_tx_add_output = wallet_base+24 |
static readonly short | wallet_tx_make_p2pkh = wallet_base+26 |
static readonly short | wallet_tx_sign = wallet_base+28 |
static readonly short | wallet_tx_send = wallet_base+30 |
static readonly short | wallet_tx_decode = wallet_base+32 |
static readonly short | wallet_tx_check = wallet_base+34 |
static readonly short | wallet_set_supply = wallet_base+36 |
static readonly short | wallet_store_kv = wallet_base+38 |
static readonly short | wallet_rm_kv = wallet_base+40 |
static readonly short | wallet_store_file = wallet_base+42 |
static readonly short | wallet_rm_file = wallet_base+44 |
static readonly short | wallet_search = wallet_base+46 |
static readonly short | wallet_file = wallet_base+48 |
static readonly short | pairing_base = 200 |
static readonly short | pairing_pair = pairing_base+0 |
static readonly short | pairing_unpair = pairing_base+2 |
static readonly short | pairing_list_devices = pairing_base+4 |
static readonly short | sys_base = 300 |
static readonly short | wallet_daemon_base = 0 |
static readonly short | wallet_daemon_list_protocols = wallet_daemon_base+0 |
static readonly short | wallet_daemon_trade = wallet_daemon_base+2 |
static readonly short | wallet_daemon_list_trades = wallet_daemon_base+4 |
static readonly short | wallet_daemon_kill_trade = wallet_daemon_base+6 |
static readonly short | wallet_daemon_command_trade = wallet_daemon_base+8 |
static readonly short | wallet_daemon_command_trade_bin = wallet_daemon_base+10 |
static readonly short | wallet_daemon_grid = wallet_daemon_base+12 |
static readonly short | trading_base = 1000 |
static readonly short | trading_msg = (short)(trading_base + 0) |
static final int | wallet_base = 1100 |
static final int | wallet_balance = (wallet_base+0)<<2 |
static final int | wallet_list = (wallet_base+2)<<2 |
static final int | wallet_new_address = (wallet_base+4)<<2 |
static final int | wallet_add_address = (wallet_base+6)<<2 |
static final int | wallet_transfer = (wallet_base+8)<<2 |
static final int | wallet_transfer_from = (wallet_base+10)<<2 |
static final int | wallet_tx_charge_pay = (wallet_base+12)<<2 |
static final int | wallet_tx_pay = (wallet_base+14)<<2 |
static final int | wallet_tx_new = (wallet_base+16)<<2 |
static final int | wallet_tx_add_section = (wallet_base+18)<<2 |
static final int | wallet_tx_add_input = (wallet_base+20)<<2 |
static final int | wallet_tx_add_output = (wallet_base+22)<<2 |
static final int | wallet_tx_make_p2pkh = (wallet_base+24)<<2 |
static final int | wallet_tx_sign = (wallet_base+26)<<2 |
static final int | wallet_tx_send = (wallet_base+28)<<2 |
static final int | wallet_tx_decode = (wallet_base+30)<<2 |
static final int | wallet_tx_check = (wallet_base+32)<<2 |
static final int | wallet_set_supply = (wallet_base+34)<<2 |
static final int | wallet_store_kv = (wallet_base+36)<<2 |
static final int | wallet_rm_kv = (wallet_base+38)<<2 |
static final int | wallet_store_file = (wallet_base+40)<<2 |
static final int | wallet_rm_file = (wallet_base+42)<<2 |
static final int | wallet_search = (wallet_base+44)<<2 |
static final int | wallet_file = (wallet_base+46)<<2 |
static final int | wallet_list_protocols = (wallet_base+48)<<2 |
static final int | wallet_trade = (wallet_base+50)<<2 |
static final int | wallet_list_trades = (wallet_base+52)<<2 |
static final int | wallet_kill_trade = (wallet_base+54)<<2 |
static final int | wallet_command_trade = (wallet_base+56)<<2 |
static final int | wallet_traders_api_exec = (wallet_base+58)<<2 |
static final int | wallet_traders_api_list = (wallet_base+60)<<2 |
static final int | wallet_get_subhome = (wallet_base+62)<<2 |
static final int | wallet_node_pkh = (wallet_base+64)<<2 |
static final int | wallet_compilance_report = (wallet_base+66)<<2 |
static final int | wallet_priv_key = (wallet_base+68)<<2 |
static final int | wallet_pub_key = (wallet_base+70)<<2 |
static final int | wallet_gen_keys = (wallet_base+72)<<2 |
static final int | wallet_sign = (wallet_base+74)<<2 |
static final int | wallet_verify = (wallet_base+76)<<2 |
static final int | wallet_encrypt = (wallet_base+78)<<2 |
static final int | wallet_decrypt = (wallet_base+80)<<2 |
static final int | wallet_patch_os = (wallet_base+82)<<2 |
static final int | pairing_base = 1200 |
static final int | pairing_pair_device = (pairing_base+0)<<2 |
static final int | pairing_unpair_device = (pairing_base+2)<<2 |
static final int | pairing_list_devices = (pairing_base+4)<<2 |
static final int | pairing_prepair_device = (pairing_base+6)<<2 |
static final int | pairing_unprepair_device = (pairing_base+8)<<2 |
static final int | wallet_daemon_base = 1000 |
static final int | wallet_daemon_print_grid = (wallet_daemon_base+0)<<2 |
static final int | wallet_daemon_list_wallets = (wallet_daemon_base+2)<<2 |
static final int | wallet_daemon_allw = (wallet_daemon_base+4)<<2 |
static final int | wallet_daemon_sync = (wallet_daemon_base+6)<<2 |
static final int | wallet_daemon_reload_file = (wallet_daemon_base+8)<<2 |
static final int | wallet_daemon_ping = (wallet_daemon_base+10)<<2 |
static final int | wallet_daemon_get_component_update = (wallet_daemon_base+12)<<2 |
static final int | wallet_daemon_harvest = (wallet_daemon_base+14)<<2 |
static final short | topology_base = 1300 |
static final short | topology_msg = (topology_base + 0) << 2 |
static final short | trading_base = 1400 |
static final short | trading_msg = (trading_base + 0) << 2 |
static final short | trading_msg_bin = (trading_base + 2) << 2 |
static final short | pushb = (trading_base + 4) << 2 |
static final short | pushs = (trading_base + 6) << 2 |
static final short | pushf = (trading_base + 8) << 2 |
|
static |
|
static |
|
static |
Referenced by us.wallet.pairing.rpc_api.list_devices().
|
static |
|
static |
|
static |
Referenced by us.wallet.pairing.rpc_api.pair_device().
|
static |
Referenced by us.wallet.pairing.rpc_api.prepair_device().
|
static |
|
static |
Referenced by us.wallet.pairing.rpc_api.unpair_device().
|
static |
Referenced by us.wallet.pairing.rpc_api.unprepair_device().
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch().
|
static |
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.add_address().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.balance(), and us.wallet.cli.hmi.mydispatcher.dispatch().
|
static |
|
static |
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.command_trade().
|
static |
Referenced by us.wallet.wallet.rpc_api.compilance_report().
|
static |
Referenced by us.wallet.daemon.rpc_api.allw().
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by us.wallet.daemon.rpc_api.get_component_update().
|
static |
|
static |
Referenced by us.wallet.daemon.rpc_api.harvest().
|
static |
|
static |
|
static |
|
static |
Referenced by us.wallet.daemon.rpc_api.list_wallets().
|
static |
Referenced by us.wallet.daemon.rpc_api.ping().
|
static |
Referenced by us.wallet.daemon.rpc_api.print_grid().
|
static |
Referenced by us.wallet.daemon.rpc_api.reload_file().
|
static |
Referenced by us.wallet.daemon.rpc_api.sync().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.decrypt().
|
static |
Referenced by us.wallet.wallet.rpc_api.encrypt().
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.file().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.gen_keys().
|
static |
Referenced by us.wallet.wallet.rpc_api.get_subhome().
|
static |
Referenced by us.wallet.wallet.rpc_api.kill_trade().
|
static |
Referenced by us.wallet.wallet.rpc_api.list().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.list_protocols().
|
static |
Referenced by us.wallet.wallet.rpc_api.list_trades().
|
static |
Referenced by us.wallet.wallet.rpc_api.new_address().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.node_pkh().
|
static |
Referenced by us.wallet.wallet.rpc_api.patch_os().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.priv_key().
|
static |
Referenced by us.wallet.wallet.rpc_api.pub_key().
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.rm_file().
|
static |
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.rm_kv().
|
static |
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.search().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.set_supply().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.sign().
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.store_file().
|
static |
|
static |
Referenced by us.wallet.cli.hmi.mydispatcher.dispatch(), and us.wallet.wallet.rpc_api.store_kv().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.trade().
|
static |
Referenced by us.wallet.wallet.rpc_api.traders_api_exec().
|
static |
Referenced by us.wallet.wallet.rpc_api.traders_api_list().
|
static |
Referenced by us.wallet.wallet.rpc_api.transfer().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.transfer_from().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_add_input().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_add_output().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_add_section().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_charge_pay().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_check().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_decode().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_make_p2pkh().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_new().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_pay().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_send().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.tx_sign().
|
static |
|
static |
Referenced by us.wallet.wallet.rpc_api.verify().