Skip to main content
Module

x/capi/mod.ts>$.EncodeBuffer#insertArray

[WIP] A framework for crafting interactions with Substrate chains
Latest
method $.EncodeBuffer.prototype.insertArray
Re-export
import { $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { EncodeBuffer } = $;

Inserts a Uint8Array at the current position in the buffer. This does not consume any of the pre-allocated space.

Parameters

buffer: Uint8Array