Skip to main content
Module

x/polkadot/mod.ts>types.WrapperKeepOpaque

Package publishing for deno.land/x/polkadot
Go to Latest
class types.WrapperKeepOpaque
extends Bytes
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { WrapperKeepOpaque } = types;

Constructors

new
WrapperKeepOpaque(
registry: Registry,
typeName: CodecClass<T> | string,
value?: unknown,
unnamed 3?: Options,
)

Type Parameters

T extends Codec

Properties

readonly
isDecoded: boolean

Methods

inspect(): Inspect
toHuman(isExtended?: boolean): AnyJson
toRawType(): string
toString(): string

Static Methods

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