mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 21:30:56 +00:00
stellar: get public key removed
This commit is contained in:
parent
13747474c1
commit
3167bd63e3
@ -33,24 +33,6 @@ message StellarAddress {
|
|||||||
optional string address = 1; // Address in Stellar format (base32 of a pubkey with checksum)
|
optional string address = 1; // Address in Stellar format (base32 of a pubkey with checksum)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Request: Public key at the specified index
|
|
||||||
* @start
|
|
||||||
* @next StellarPublicKey
|
|
||||||
*/
|
|
||||||
message StellarGetPublicKey {
|
|
||||||
repeated uint32 address_n = 1; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
|
||||||
optional bool show_display = 2; // optionally show on display before sending the result
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Response: Public key for the given index
|
|
||||||
* @end
|
|
||||||
*/
|
|
||||||
message StellarPublicKey {
|
|
||||||
optional bytes public_key = 1; // Raw bytes of the public key (no version or checksum)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request: ask device to sign Stellar transaction
|
* Request: ask device to sign Stellar transaction
|
||||||
* @start
|
* @start
|
||||||
|
@ -141,8 +141,6 @@ enum MessageType {
|
|||||||
MessageType_TezosPublicKey = 155 [(wire_out) = true];
|
MessageType_TezosPublicKey = 155 [(wire_out) = true];
|
||||||
|
|
||||||
// Stellar
|
// Stellar
|
||||||
MessageType_StellarGetPublicKey = 200 [(wire_in) = true];
|
|
||||||
MessageType_StellarPublicKey = 201 [(wire_out) = true];
|
|
||||||
MessageType_StellarSignTx = 202 [(wire_in) = true];
|
MessageType_StellarSignTx = 202 [(wire_in) = true];
|
||||||
MessageType_StellarTxOpRequest = 203 [(wire_out) = true];
|
MessageType_StellarTxOpRequest = 203 [(wire_out) = true];
|
||||||
MessageType_StellarGetAddress = 207 [(wire_in) = true];
|
MessageType_StellarGetAddress = 207 [(wire_in) = true];
|
||||||
|
Loading…
Reference in New Issue
Block a user