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

ListProposalsInput

import type { ListProposalsInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface ListProposalsInput {
MaxResults?: number | null;
NetworkId: string;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of proposals to return.

§
NetworkId: string
[src]

The unique identifier of the network.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.