Expand description
UNC <-> Ledger transport
Provides a set of commands that can be executed to communicate with UNC App installed on Ledger device:
- Read PublicKey from Ledger device by HD Path
- Sign a Transaction
Structs§
Enums§
Functions§
- get_
public_ key - Gets PublicKey from the Ledger on the given
hd_path
- get_
public_ key_ with_ display_ flag - get_
version - Get the version of UNC App installed on Ledger
- get_
wallet_ id - sign_
message_ nep413 - sign_
message_ nep366_ delegate_ action - sign_
transaction - Sign the transaction. Transaction should be borsh serialized
Vec<u8>
Type Aliases§
- Borsh
Serialized Unsigned Transaction - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with - Signature
Bytes - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with - UNCLedger
AppVersion - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with