Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Block

interface Block extends _Block {
transactions: Array<string>;
}

§Extends

§
_Block
[src]

§Properties

§
transactions: Array<string>
[src]