Ask the Zupass server, or a 3rd party server, to give the user some PCDs, given the particular feed and credential that the user supplies.

interface PollFeedRequest<T> {
    feedId: string;
    pcd?: SerializedPCD<PCDOf<T>>;
}

Type Parameters

Properties

Properties

feedId: string

Generated using TypeDoc