Crate near_ledger
source ·Expand description
NEAR <-> Ledger transport
Provides a set of commands that can be executed to communicate with NEAR App installed on Ledger device:
- Read PublicKey from Ledger device by HD Path
- Sign a Transaction
Structs§
Enums§
Functions§
- Gets PublicKey from the Ledger on the given
hd_path
- Get the version of NEAR App installed on Ledger
- Open the NEAR application on the Ledger device
- Sign the transaction. Transaction should be borsh serialized
Vec<u8>
Type Aliases§
- Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with - Alias of
Vec<u8>
. The goal is naming to help understand what the bytes to deal with