Further godoc updates
This commit is contained in:
parent
1a6c4785e9
commit
bdbdd1a832
@ -18,7 +18,8 @@ var (
|
||||
|
||||
type (
|
||||
// discoverLedgerFn defines a Ledger discovery function that returns a
|
||||
// connected device or an error upon failure.
|
||||
// connected device or an error upon failure. Its allows a method to avoid CGO
|
||||
// dependencies when Ledger support is potentially not enabled.
|
||||
discoverLedgerFn func() (LedgerSECP256K1, error)
|
||||
|
||||
// DerivationPath represents a Ledger derivation path.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user