Skip to main content
Go to Latest
function varbigBytes
import { varbigBytes } from "https://deno.land/std@0.88.0/encoding/binary.ts";

Encodes x into a new Uint8Array.

o.dataType defaults to "int64"

Parameters

x: bigint
optional
o: VarbigOptions = [UNSUPPORTED]

Returns

Uint8Array