Get the public key and public key hash from the ledger
The public key and public key hash
ledger.getAddress({ transport: LedgerTransport, path = "44'/1729'/0'/0'", displayConfirm = true, curve = 'tz1',}).then(({ address, publicKey }) => console.log(address, publicKey));
The parameters of the getAddress function
Generated using TypeDoc
Description
Get the public key and public key hash from the ledger
Returns
The public key and public key hash
Example