VotePubKeyRequest represents the message to vote on a public key

interface VotePubKeyRequest {
    pollKey?: PollKey;
    result?: MessageOut_KeygenResult;
    sender: Uint8Array;
}

Properties

pollKey?: PollKey
sender: Uint8Array

Generated using TypeDoc