Skip to main content
Module

x/polkadot/mod.ts>types.GenericEthereumLookupSource

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

Constructors

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

Properties

protected
readonly
_rawLength: number
readonly
encodedLength: number

Methods

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