Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/io.ts>readInt

[WIP] A framework for crafting interactions with Substrate chains
Latest
function readInt
Re-export
import { readInt } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/io.ts";

Read big endian 32bit integer from BufReader

Returns

Promise<number | null>