Skip to main content
Module

x/polkadot/types-codec/index.ts>Linkage

Package publishing for deno.land/x/polkadot
Go to Latest
class Linkage
extends Struct
import { Linkage } from "https://deno.land/x/polkadot@0.2.39/types-codec/index.ts";

Constructors

new
Linkage(
registry: Registry,
Type: CodecClass | string,
value?: unknown,
)

Type Parameters

T extends Codec

Properties

readonly
next: Option<T>
readonly
previous: Option<T>

Methods

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

Static Methods

withKey<O extends Codec>(Type: CodecClass | string): CodecClass<Linkage<O>>