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

NodeFabricAttributes

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

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

interface NodeFabricAttributes {
PeerEndpoint?: string | null;
PeerEventEndpoint?: string | null;
}

§Properties

§
PeerEndpoint?: string | null
[src]

The endpoint that identifies the peer node for all services except peer channel-based event services.

§
PeerEventEndpoint?: string | null
[src]

The endpoint that identifies the peer node for peer channel-based event services.