package
0.19.0
Repository: https://github.com/ledgerhq/satstack.git
Documentation: pkg.go.dev

# Functions

Load reads the config file from disk and returns a Configuration.
No description provided by the author
WriteRescanConf writes the rescan information into a file when it does not exist it saves it to the same location where the lss.json is stored.

# Variables

BIP0039Genesis indicates the earliest date of a BIP39 seed that a Ledger device could possibly have.
ErrConfigFileNotFound indicates that no config file was found in any of the standard paths.
ErrHomeNotFound indicates that an error was encountered while obtaining the user's home directory.
ErrMalformed indicates that a config file was found, but the JSON contents could not be decoded.
ErrMissingKey indicates that a key was expected in the config, but was not found.
ErrValidation indicates a validation error in the config.

# Structs

Account struct models the configuration of an account on Ledger Live.
Configuration is a struct to model the JSON configuration of the project, stored in ~/.lss.json file.
Type for saving the Rescan time to avoid scanning the wallet always from the beginning.