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

VoteSummary

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

Properties of an individual vote that a member cast for a proposal.

Applies only to Hyperledger Fabric.

interface VoteSummary {
MemberId?: string | null;
MemberName?: string | null;
Vote?: VoteValue | null;
}

§Properties

§
MemberId?: string | null
[src]

The unique identifier of the member that cast the vote.

§
MemberName?: string | null
[src]

The name of the member that cast the vote.

§
Vote?: VoteValue | null
[src]

The vote value, either YES or NO.