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

VoteOnProposalInput

import type { VoteOnProposalInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface VoteOnProposalInput {
NetworkId: string;
ProposalId: string;
Vote: VoteValue;
VoterMemberId: string;
}

§Properties

§
NetworkId: string
[src]

The unique identifier of the network.

§
ProposalId: string
[src]

The unique identifier of the proposal.

§

The value of the vote.

§
VoterMemberId: string
[src]

The unique identifier of the member casting the vote.