Skip to main content
Module

x/polkadot/mod.ts>typesCodec.Bytes

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

Constructors

new
Bytes(registry: Registry, value?: AnyU8a)

Properties

readonly
encodedLength: number

Methods

inspect(isBare?: boolean): Inspect
toRawType(): string
toU8a(isBare?: boolean): Uint8Array