export type VoteInfoRPC = { voter: string; weight: number; sign: string; };