Sign an operation with the ledger
The signed operation
ledger.signOperation({ path = "44'/1729'/0'/0'", rawTxHex, curve = 'tz1',}).then((signature) => console.log(signature));
The parameters of the signOperation function
Generated using TypeDoc
Description
Sign an operation with the ledger
Returns
The signed operation
Example