Skip to main content
Module

x/datastructure/blockChain/blockChain.ts>BlockChain#search

Implement different Data Structures using TypeScript. Deno Third-party Module.
Latest
method BlockChain.prototype.search
import { BlockChain } from "https://deno.land/x/datastructure@1.2.1/blockChain/blockChain.ts";

Parameters

key: null | string
optional
index: null | number = [UNSUPPORTED]