@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface GetPollResponsesInput

    Properties required to tally responses for a poll.

    GetPollResponsesInput

    interface GetPollResponsesInput {
        handleId: HandleId;
        pollId: string;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    The identifier of the handle owned by this client.

    pollId: string

    The identifier of the poll to tally responses for.

    recipient: Recipient

    The target recipient.