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

MemberFabricAttributes

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

Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.

interface MemberFabricAttributes {
AdminUsername?: string | null;
CaEndpoint?: string | null;
}

§Properties

§
AdminUsername?: string | null
[src]

The user name for the initial administrator user for the member.

§
CaEndpoint?: string | null
[src]

The endpoint used to access the member's certificate authority.