-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotocol.h
37 lines (29 loc) · 1.39 KB
/
protocol.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifndef USGOV_bcd39cb0e30ff62fab250e5e57bdcff3af1e5a4e8299d35f59dd942bd6f80adc
#define USGOV_bcd39cb0e30ff62fab250e5e57bdcff3af1e5a4e8299d35f59dd942bd6f80adc
#include <inttypes.h>
namespace us { namespace wallet {
namespace protocol {
/*
//------------------generated by apitool- do not edit
static constexpr uint16_t wallet_base{0};
static constexpr uint16_t balance_query{wallet_base+1};
static constexpr uint16_t list_query{wallet_base+2};
static constexpr uint16_t new_address_query{wallet_base+3};
static constexpr uint16_t add_address_query{wallet_base+4};
static constexpr uint16_t tx_make_p2pkh_query{wallet_base+5};
static constexpr uint16_t tx_sign_query{wallet_base+6};
static constexpr uint16_t tx_send_query{wallet_base+7};
static constexpr uint16_t tx_decode_query{wallet_base+8};
static constexpr uint16_t tx_check_query{wallet_base+9};
static constexpr uint16_t pair_query{wallet_base+10};
static constexpr uint16_t unpair_query{wallet_base+11};
static constexpr uint16_t list_devices_query{wallet_base+12};
static constexpr uint16_t ping{wallet_base+13};
//------------------generated by apitool- do not edit
*/
#include <us/api/apitool_generated__protocol_wallet_cpp>
#include <us/api/apitool_generated__protocol_pairing_cpp>
// constexpr static array<const char*,num_params> paramstr={"minimum_fee"/*,"floating_point_pos"*/};
}
}}
#endif