Skip to main content
Module

x/smoldot2/instance/buffer.d.ts>writeUInt8

Alternative client for Substrate-based chains.
Go to Latest
function writeUInt8
import { writeUInt8 } from "https://deno.land/x/smoldot2@light-js-deno-v0.7.10/instance/buffer.d.ts";

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: Uint8Array
offset: number
value: number