Module bitbox_api::pb
source · Expand description
BitBox protobuf messages.
Modules
- Nested message and enum types in
BTCPubRequest
. - Nested message and enum types in
BTCRegisterScriptConfigRequest
. - Nested message and enum types in
BTCRequest
. - Nested message and enum types in
BTCResponse
. - Nested message and enum types in
BTCScriptConfig
. - Nested message and enum types in
BTCSignInitRequest
. - Nested message and enum types in
BTCSignNextResponse
. - Nested message and enum types in
CardanoRequest
. - Nested message and enum types in
CardanoResponse
. - Nested message and enum types in
CardanoScriptConfig
. - Nested message and enum types in
CardanoSignTransactionRequest
. - Nested message and enum types in
CardanoSignTransactionResponse
. - Nested message and enum types in
ETHPubRequest
. - Nested message and enum types in
ETHRequest
. - Nested message and enum types in
ETHResponse
. - Nested message and enum types in
ETHSignTypedMessageRequest
. - Nested message and enum types in
ETHTypedMessageValueResponse
. - Nested message and enum types in
InsertRemoveSDCardRequest
. - Nested message and enum types in
RebootRequest
. - Nested message and enum types in
Request
. - Nested message and enum types in
Response
.
Structs
- Max allowed transaction size is 16384 bytes according to https://github.com/cardano-foundation/CIPs/blob/master/CIP-0009/CIP-0009.md. Unlike with BTC, we can fit the whole request in RAM and don’t need to stream.
- Timestamp must be in UTC
- This message exists for use in oneof or repeated fields, where one can’t inline
repeated uint32
due to protobuf rules. - Deprecated, last used in v1.0.0
- Deprecated, last used in v1.0.0
- See https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki. version field dropped as it will set dynamically based on the context (xpub, ypub, etc.).
Enums
- Kept for backwards compatibility. Use chain_id instead, introduced in v9.10.0.