from solana.publickey import PublicKey VOTE_PROGRAM_ID = PublicKey("Vote111111111111111111111111111111111111111") """Program id for the native vote program.""" VOTE_STATE_LEN: int = 3731 """Size of vote account."""