Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Linkage

Package publishing for deno.land/x/polkadot
Go to Latest
class typesCodec.Linkage
extends Struct
import { typesCodec } from "https://deno.land/x/polkadot@0.2.35/mod.ts";
const { Linkage } = typesCodec;

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>>