Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types-codec/extended/WrapperKeepOpaque.ts>WrapperKeepOpaque

Package publishing for deno.land/x/polkadot
Go to Latest
class WrapperKeepOpaque
extends Bytes
import { WrapperKeepOpaque } from "https://deno.land/x/polkadot@0.2.11/types-codec/extended/WrapperKeepOpaque.ts";

Constructors

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

Properties

readonly
isDecoded: boolean

Methods

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