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

NetworkFrameworkAttributes

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

Attributes relevant to the network for the blockchain framework that the network uses.

interface NetworkFrameworkAttributes {
Ethereum?: NetworkEthereumAttributes | null;
Fabric?: NetworkFabricAttributes | null;
}

§Properties

§

Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.

§

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