Skip to main content
Module

x/polkadot/mod.ts>types.GenericLookupSource

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

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