interface VotingRecordKey {
    proposal_id: bigint;
    voter: string;
}

Properties

Properties

proposal_id: bigint
voter: string