Function dao::voting::ids::get_next_voting_id
source · pub fn get_next_voting_id(voting_ids_address: Address) -> VotingId
Expand description
Calls a contract at voting_ids_address
to generate a next voting id.
Reverts if the address is not a valid contract address, or contract call fails.