# Functions
ConnectApp connects to the Oasis Ledger App with the given wallet ID.
FindApp finds the Oasis Ledger App running on the given Ledger device.
GetPath returns the BIP32 path for the given account index.
ListApps returns a list of Oasis Ledger Apps that could be connected to.
# Constants
No description provided by the author
ListingPathAccount is the account index used to list and connect to Ledger devices.
ListingPathChange indicates an external chain.
ListingPathCoinType is set to 474, the index registered to Oasis in the SLIP-0044 registry.
ListingPathIndex is the address index used to list and connect to Ledger devices.
PathPurposeBIP44 is set to 44 to indicate the use of the BIP-0044's hierarchy: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki.
PathPurposeConsensus is set to 43, matching ledger's Validator app.
PathSubPurposeConsensus is set to 0 to indicate it is to be used for consensus-related things.
No description provided by the author
No description provided by the author
# Variables
ErrSignRequestRejected is the error returned when the user explicitly rejects a signature request.
ListingDerivationPath is the path used to list and connect to Ledger devices.
# Structs
No description provided by the author
LedgerOasis represents a connection to the Ledger app.
VersionInfo contains app version information.
VersionRequiredError the command is not supported by this app.
# Type aliases
No description provided by the author