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

x/polkadot/types/mod.ts>GenericLookupSource

Package publishing for deno.land/x/polkadot
Go to Latest
class GenericLookupSource
extends AbstractBase<GenericAccountId | GenericAccountIndex>
import { GenericLookupSource } from "https://deno.land/x/polkadot@0.2.14/types/mod.ts";

Constructors

new
GenericLookupSource(registry: Registry, value?: AnyAddress)

Properties

protected
readonly
_rawLength: number
readonly
encodedLength: number

Methods

inspect(): Inspect
toHex(): HexString
toRawType(): string
toU8a(isBare?: boolean): Uint8Array