class WrapperKeepOpaque extends Bytesimport { WrapperKeepOpaque } from "https://deno.land/x/polkadot@0.2.28/types-codec/mod.ts"; ConstructorsnewWrapperKeepOpaque(registry: Registry,typeName: CodecClass<T> | string,value?: unknown,unnamed 3?: Options,)Type ParametersT extends CodecPropertiesreadonlyisDecoded: booleanMethodsinspect(): InspecttoHuman(isExtended?: boolean): AnyJsontoPrimitive(): anytoRawType(): stringtoString(): stringunwrap(): TStatic Methodswith<T extends Codec>(Type: CodecClass<T> | string): CodecClass<WrapperKeepOpaque<T>>