bitbox-api 0.12.0

A library to interact with BitBox hardware wallets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";
package shiftcrypto.bitbox02;

message ShowMnemonicRequest {
}
message RestoreFromMnemonicRequest {
  uint32 timestamp = 1;
  int32 timezone_offset = 2;
}
message SetMnemonicPassphraseEnabledRequest {
  bool enabled = 1;
}