Skip to main content
Module

x/polkadot/mod.ts>hwLedger.Ledger#sign

Package publishing for deno.land/x/polkadot
Go to Latest
method hwLedger.Ledger.prototype.sign
import { hwLedger } from "https://deno.land/x/polkadot@0.2.36/mod.ts";
const { Ledger } = hwLedger;

Signs a transcation on the Ledger device

Parameters

message: Uint8Array
optional
accountOffset = [UNSUPPORTED]
optional
addressOffset = [UNSUPPORTED]
optional
unnamed 3: Partial<AccountOptions> = [UNSUPPORTED]

Returns

Promise<LedgerSignature>