Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/generic/index.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.11/types/generic/index.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