Skip to main content
Module

x/polkadot/types/ethereum/index.ts>GenericEthereumLookupSource

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

Constructors

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

Properties

protected
readonly
_rawLength: number
readonly
encodedLength: number

Methods

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