interface VoteRequest {
    pollId: Long;
    sender: Uint8Array;
    vote?: Any;
}

Properties

Properties

pollId: Long
sender: Uint8Array
vote?: Any

Generated using TypeDoc