Skip to main content
Module

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

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

Allocates more space in the EncodeBuffer. .popAlloc() must be called after this space is used.

Parameters

size: number