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

    Interface EndPollInput

    Properties required to end a poll.

    EndPollInput

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

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    pollId: string

    The identifier of the poll to end.

    recipient: Recipient

    The target recipient.