Module

x/polkadot/hw-ledger/mod.ts>Ledger#signRaw

Package publishing for deno.land/x/polkadot
Latest
method Ledger.prototype.signRaw
import { Ledger } from "https://dotland.deno.dev/x/polkadot@0.2.45/hw-ledger/mod.ts";

Signs a message (non-transactional) on the Ledger device

Parameters

message: Uint8Array
optional
accountOffset: number
optional
addressOffset: number
optional
options: Partial<AccountOptions>