import { Ledger } from "https://deno.land/x/polkadot@0.2.11/hw-ledger/mod.ts";
Methods
getAddress(): Promise<LedgerAddress>
confirm?,
accountOffset?,
addressOffset?,
unnamed 3?: Partial<AccountOptions>,
getVersion(): Promise<LedgerVersion>
sign(): Promise<LedgerSignature>
message: Uint8Array,
accountOffset?,
addressOffset?,
unnamed 3?: Partial<AccountOptions>,