Skip to main content
Module

x/smoldot2/internals/buffer.js>writeUInt8

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
Go to Latest
function writeUInt8
import { writeUInt8 } from "https://deno.land/x/smoldot2@light-js-deno-v2.0.4/internals/buffer.js";

Sets the value of a given byte in the buffer.

This function is equivalent to buffer[offset] = value, except that an exception is thrown if offset is out of range.

Parameters

buffer
offset
value