interface BootstrapVote {
    proposal: {
        id: string;
    };
    voter: {
        verificationKey: string;
    };
}

Properties

Properties

proposal: {
    id: string;
}
voter: {
    verificationKey: string;
}