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

x/polkadot/util/types.ts>BufferObject

Package publishing for deno.land/x/polkadot
Go to Latest
interface BufferObject
implements Uint8Array
import { type BufferObject } from "https://deno.land/x/polkadot@0.2.42/util/types.ts";

Properties

equals: (otherBuffer: Uint8Array) => boolean
readDoubleLE: (offset?: number) => number