Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types-codec/bundle.ts>WrapperOpaque

Package publishing for deno.land/x/polkadot
Go to Latest
class WrapperOpaque
extends WrapperKeepOpaque<T>
import { WrapperOpaque } from "https://deno.land/x/polkadot@0.2.12/types-codec/bundle.ts";

Constructors

new
WrapperOpaque(
registry: Registry,
typeName: CodecClass<T> | string,
value?: unknown,
)

Type Parameters

T extends Codec

Properties

readonly
inner: T

Static Methods

with<T extends Codec>(Type: CodecClass<T> | string): CodecClass<WrapperKeepOpaque<T>>