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

NodeFrameworkAttributes

import type { NodeFrameworkAttributes } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";

Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.

interface NodeFrameworkAttributes {
Ethereum?: NodeEthereumAttributes | null;
Fabric?: NodeFabricAttributes | null;
}

§Properties

§
Ethereum?: NodeEthereumAttributes | null
[src]

Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.

§

Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.