-
Notifications
You must be signed in to change notification settings - Fork 1
API Static Definition
INVALID_DEV_INDEX -1 Device index, null value
PAEW_COIN_TYPE_INVALID 0xFF coin type null value
PAEW_COIN_TYPE_BTC 0x00 coin type: BTC
PAEW_COIN_TYPE_ETH 0x01 coin type: ETH
PAEW_COIN_TYPE_CYB 0x02 coin type:CYB
PAEW_COIN_TYPE_EOS 0x03 coin type:EOS
PAEW_COIN_TYPE_LTC 0x04 coin type:LTC
PAEW_COIN_TYPE_NEO 0x05 coin type:NEO
PAEW_COIN_TYPE_ETC 0x06 coin type:ETC
PAEW_COIN_TYPE_BTC_NEST 0x07 coin type:BTC_NEST,P2WPKH nested in BIP16 P2SH
PAEW_COIN_TYPE_BTC_WIT 0x08 coin type:BIT_WIT,P2WPKH
PAEW_BTC_SIG_MAX_LEN 0x70 BTC signature length
PAEW_ETH_SIG_MAX_LEN 0x45 ETH signature length
PAEW_CYB_SIG_MAX_LEN 0x41 CYB signature length
PAEW_EOS_SIG_MAX_LEN 0x80 EOS signature length
PAEW_LTC_SIG_MAX_LEN 0x70 LTC signature length
PAEW_NEO_SIG_MAX_LEN 0x70 NEO signature length
PAEW_COIN_ADDRESS_MAX_LEN 0x80 MAX address length
PAEW_DEV_TYPE_HID 0x00 device type:HID
PAEW_DEV_TYPE_BT 0x01 device type::BLE
PAEW_MNE_MAX_LEN 512 MNE MAX length
PAEW_MNE_INDEX_MAX_COUNT 32 max count in MNE group
PAEW_SIGN_AUTH_TYPE_PIN 0x00 user authentication: PIN
PAEW_SIGN_AUTH_TYPE_FP 0x01 user authentication: fingerprint
PAEW_PIN_MAX_LEN 0x20 MAX PIN length
PAEW_MAX_DEV_COUNT 16 MAX device count
PAEW_IMAGE_NAME_MAX_LEN 63 max byte length of image name
PAEW_LCD_CLEAR 0x00 clear screen
PAEW_LCD_SHOW_LOGO 0x01 show image
PAEW_LCD_CLEAR_SHOW_LOGO 0x02 clear screen and show image