Implementation of the Signer interface that will allow signing operation from a Ledger Nano device
Param: transport
A transport instance from LedgerJS libraries depending on the platform used (e.g. Web, Node)
Param: path
The ledger derivation path (default is "44'/1729'/0'/0'")
Param: prompt
Whether to prompt the ledger for public key (default is true)
Param: derivationType
The value which defines the curve to use (DerivationType.ED25519(default), DerivationType.SECP256K1, DerivationType.P256, DerivationType.BIP32_ED25519)
Description
Implementation of the Signer interface that will allow signing operation from a Ledger Nano device
Param: transport
A transport instance from LedgerJS libraries depending on the platform used (e.g. Web, Node)
Param: path
The ledger derivation path (default is "44'/1729'/0'/0'")
Param: prompt
Whether to prompt the ledger for public key (default is true)
Param: derivationType
The value which defines the curve to use (DerivationType.ED25519(default), DerivationType.SECP256K1, DerivationType.P256, DerivationType.BIP32_ED25519)
Example
Example
Example