Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blockchain_alice/utils/block.ts>Block

Simple blockchain made for Deno
Latest
class Block
import { Block } from "https://deno.land/x/blockchain_alice@0.0.1/utils/block.ts";

Constructors

new
Block(
index,
data,
prevHash,
)