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

NetworkFabricAttributes

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

Attributes of Hyperledger Fabric for a network.

interface NetworkFabricAttributes {
Edition?: Edition | null;
OrderingServiceEndpoint?: string | null;
}

§Properties

§
Edition?: Edition | null
[src]

The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.

§
OrderingServiceEndpoint?: string | null
[src]

The endpoint of the ordering service for the network.