Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

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

Parameters

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