Module-level declarations
Types
Properties
Link copied to clipboard
Link copied to clipboard
val admin_privileges_required_to_register_new_admin_error: text = "Admin privileges are required to register a new admin."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val balance_must_be_equal_or_greater_than_required_amount_error: text = "Balance must be equal to or greater than the required amount."
Link copied to clipboard
val cannot_finalize_before_veto_period_ends_error: text = "Cannot finalize before the veto period ends."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val citizen_already_cast_proposal_approval_vote: text = "Citizen already cast proposal approval vote"
Link copied to clipboard
Link copied to clipboard
val citizen_has_already_voted_or_voting_process_is_not_active_error: text = "Citizen has already voted or the voting process is not active."
Link copied to clipboard
val citizen_information_is_missing_in_draft_proposal_error: text = "Citizen information is missing in the draft proposal."
Link copied to clipboard
Link copied to clipboard
val command_must_not_be_null_in_require_can_execute_command_error: text = "Command must not be null in require_can_execute_command."
Link copied to clipboard
Link copied to clipboard
val councilors_or_admins_privileges_required_error: text = "Councilors or admins privileges are required to promote a new councilor."
Link copied to clipboard
val custom_requirements_must_not_be_empty_error: text = "Custom requirements must not be empty if vote requirement is custom."
Link copied to clipboard
Link copied to clipboard
val draft_cooldown_below_minimum: text = "Draft cooldown cannot be less than the minimum draft cooldown"
Link copied to clipboard
val draft_cooldown_exceeds_maximum: text = "Draft cooldown cannot be more than the maximum draft cooldown"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val evm_adress_inside_auth_expected: text = "EVM address expected inside auth descriptor. Found a byte array of size %d"
Link copied to clipboard
val evm_signer_not_match_auth_address: text = "The EVM signer does not match the address in the auth_descriptor. This could also be caused by having signed a wrong message."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val locked_tokens_must_be_equal_or_greater_than_required_amount_error: text = "Locked tokens must be equal to or greater than the required amount."
Link copied to clipboard
val must_be_between_1_and_max_length_characters_error: text = "%s must be between 1 and %s characters"
Link copied to clipboard
val must_be_between_min_and_max_length_characters_error: text = "%s must be between %s and %s characters"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val must_reach_end_time_or_full_participation_error: text = "Must reach end time or full participation."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val only_proposal_creator_can_initiate_voting_process_error: text = "Only the proposal creator can initiate the voting process."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val proposal_author_cannot_vote_on_their_own_proposal_error: text = "Proposal author cannot vote on their own proposal."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val proposal_duration_exceeds_maximum_allowed_period_error: text = "The proposal\'s duration exceeds the maximum allowed period."
Link copied to clipboard
val proposal_duration_is_lower_than_minimum_allowed_period_error: text = "The proposal\'s duration is lower than the minimum allowed period."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rejection_cooldown_below_minimum: text = "Rejection cooldown cannot be less than the minimum rejection cooldown"
Link copied to clipboard
val rejection_cooldown_exceeds_maximum: text = "Rejection cooldown cannot be more than the maximum rejection cooldown"
Link copied to clipboard
Link copied to clipboard
val single_sig_auth_expected: text = "Account registration failed. Single-signature auth descriptors expected."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val veto_cooldown_below_minimum: text = "Veto cooldown cannot be less than the minimum veto cooldown"
Link copied to clipboard
val veto_cooldown_exceeds_maximum: text = "Veto cooldown cannot be more than the maximum veto cooldown"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vetoable_duration_must_be_greater_than_0_error: text = "Vetoable duration must be greater than 0."
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Operations
Link copied to clipboard
Link copied to clipboard
Registers a new test account using the provided auth descriptor. The operation takes one paramater and is intended for testing purposes and facilitates the creation of accounts with specified authentication.
Link copied to clipboard
Registers a new test account using an Ethereum address and signature. The operation is used to create accounts that are linked to an Ethereum address for testing purposes.
Link copied to clipboard
Updates the required staked CHR amount for account registration. The operation is used to dynamically adjust the minimum staked CHR requirements for user registration