Skip to main content
Module

x/polkadot/mod.ts>types.Bytes

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

Constructors

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

Properties

readonly
encodedLength: number

Methods

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