Function signOperation

  • Description

    Sign an operation with the ledger

    Returns

    The signed operation

    Example

    ledger.signOperation({
    path = "44'/1729'/0'/0'",
    rawTxHex,
    curve = 'tz1',
    }).then((signature) => console.log(signature));

    Parameters

    Returns Promise<string>

Generated using TypeDoc