List of all items
Structs
- bid_escrow::bid::Bid
- bid_escrow::bid::CancelBidRequest
- bid_escrow::bid::ReclaimBidRequest
- bid_escrow::bid::SubmitBidRequest
- bid_escrow::bid_engine::BidEngine
- bid_escrow::contract::BidEscrowContract
- bid_escrow::contract::BidEscrowContractDeployer
- bid_escrow::contract::BidEscrowContractRef
- bid_escrow::events::BidCancelled
- bid_escrow::events::BidEscrowSlashResults
- bid_escrow::events::BidEscrowVotingCreated
- bid_escrow::events::BidSubmitted
- bid_escrow::events::CSPRTransfer
- bid_escrow::events::JobCancelled
- bid_escrow::events::JobCreated
- bid_escrow::events::JobDone
- bid_escrow::events::JobOfferCreated
- bid_escrow::events::JobRejected
- bid_escrow::events::JobSubmitted
- bid_escrow::job::Job
- bid_escrow::job::PickBidRequest
- bid_escrow::job::ReclaimJobRequest
- bid_escrow::job::SubmitJobProofRequest
- bid_escrow::job_engine::JobEngine
- bid_escrow::job_engine::JobEngineDeployer
- bid_escrow::job_engine::JobEngineRef
- bid_escrow::job_offer::CancelJobOfferRequest
- bid_escrow::job_offer::JobOffer
- bid_escrow::job_offer::PostJobOfferRequest
- bid_escrow::storage::BidStorage
- bid_escrow::storage::JobStorage
- configuration::Configuration
- configuration::ConfigurationBuilder
- configuration::DaoConfiguration
- configuration::VotingConfiguration
- core_contracts::Burn
- core_contracts::DaoNft
- core_contracts::DaoNftDeployer
- core_contracts::DaoNftRef
- core_contracts::KycNftContract
- core_contracts::KycNftContractDeployer
- core_contracts::KycNftContractRef
- core_contracts::Mint
- core_contracts::ReputationContract
- core_contracts::ReputationContractDeployer
- core_contracts::ReputationContractRef
- core_contracts::VaNftContract
- core_contracts::VaNftContractDeployer
- core_contracts::VaNftContractRef
- core_contracts::VariableRepositoryContract
- core_contracts::VariableRepositoryContractDeployer
- core_contracts::VariableRepositoryContractRef
- modules::access_control::AccessControl
- modules::access_control::AccessControlDeployer
- modules::access_control::AccessControlRef
- modules::kyc_info::KycInfo
- modules::owner::Owner
- modules::owner::OwnerDeployer
- modules::owner::OwnerRef
- modules::owner::events::OwnerChanged
- modules::refs::ContractRefs
- modules::repository::Record
- modules::repository::Repository
- modules::repository::RepositoryDeployer
- modules::repository::RepositoryRef
- modules::repository::events::ValueUpdated
- modules::whitelist::Whitelist
- modules::whitelist::WhitelistDeployer
- modules::whitelist::WhitelistRef
- modules::whitelist::events::AddedToWhitelist
- modules::whitelist::events::RemovedFromWhitelist
- onboarding::Onboarding
- rules::Rules
- rules::RulesBuilder
- rules::validation::IsUserKyced
- rules::validation::IsVa
- rules::validation::bid_escrow::CanBeOnboarded
- rules::validation::bid_escrow::CanBidBeCancelled
- rules::validation::bid_escrow::CanBidBePicked
- rules::validation::bid_escrow::CanBidOnAuctionState
- rules::validation::bid_escrow::CanBidOnOwnJob
- rules::validation::bid_escrow::CanJobOfferBeCancelled
- rules::validation::bid_escrow::CanPickBid
- rules::validation::bid_escrow::CanProgressJobOffer
- rules::validation::bid_escrow::DoesProposedPaymentExceedBudget
- rules::validation::bid_escrow::DoesProposedPaymentMatchTransferred
- rules::validation::bid_escrow::ExistsOngoingVoting
- rules::validation::bid_escrow::HasPermissionsToCancelBid
- rules::validation::bid_escrow::HasPermissionsToCancelJobOffer
- rules::validation::bid_escrow::IsBidStakeCorrect
- rules::validation::bid_escrow::IsDosFeeEnough
- rules::validation::bid_escrow::IsGracePeriod
- rules::validation::bid_escrow::IsNotVa
- rules::validation::bid_escrow::IsStakeNonZero
- rules::validation::voting::AfterFormalVoting
- rules::validation::voting::CanCreateVoting
- rules::validation::voting::FinishedVotingCanBeCancelled
- rules::validation::voting::VoteInTime
- rules::validation::voting::VotingNotCompleted
- utils::ContractCall
- utils_contracts::CSPRRateProviderContract
- utils_contracts::CSPRRateProviderContractDeployer
- utils_contracts::CSPRRateProviderContractRef
- utils_contracts::DaoIdsContract
- utils_contracts::DaoIdsContractDeployer
- utils_contracts::DaoIdsContractRef
- voting::ballot::Ballot
- voting::ballot::ShortenedBallot
- voting::voting_engine::VotingEngine
- voting::voting_engine::events::BallotCanceled
- voting::voting_engine::events::BallotCast
- voting::voting_engine::events::VotingCanceled
- voting::voting_engine::events::VotingCreatedInfo
- voting::voting_engine::events::VotingEnded
- voting::voting_engine::voting_state_machine::Stats
- voting::voting_engine::voting_state_machine::VotingStateMachine
- voting::voting_engine::voting_state_machine::VotingSummary
- voting_contracts::AdminContract
- voting_contracts::AdminContractDeployer
- voting_contracts::AdminContractRef
- voting_contracts::KycVoterContract
- voting_contracts::KycVoterContractDeployer
- voting_contracts::KycVoterContractRef
- voting_contracts::OnboardingRequestContract
- voting_contracts::OnboardingRequestContractDeployer
- voting_contracts::OnboardingRequestContractRef
- voting_contracts::OnboardingVotingCreated
- voting_contracts::RepoVoterContract
- voting_contracts::RepoVoterContractDeployer
- voting_contracts::RepoVoterContractRef
- voting_contracts::ReputationVoterContract
- voting_contracts::ReputationVoterContractDeployer
- voting_contracts::ReputationVoterContractRef
- voting_contracts::SimpleVoterContract
- voting_contracts::SimpleVoterContractDeployer
- voting_contracts::SimpleVoterContractRef
- voting_contracts::SlashedVotings
- voting_contracts::SlashingVoterContract
- voting_contracts::SlashingVoterContractDeployer
- voting_contracts::SlashingVoterContractRef
Enums
- bid_escrow::bid::BidStatus
- bid_escrow::events::TransferReason
- bid_escrow::job::JobStatus
- bid_escrow::job::WorkerType
- bid_escrow::job_offer::AuctionState
- bid_escrow::job_offer::JobOfferStatus
- utils::Error
- utils::variable_type::VariableType
- voting::ballot::Choice
- voting::voting_engine::events::Reason
- voting::voting_engine::voting_state_machine::VotingResult
- voting::voting_engine::voting_state_machine::VotingState
- voting::voting_engine::voting_state_machine::VotingStateInTime
- voting::voting_engine::voting_state_machine::VotingType
- voting_contracts::AdminAction
- voting_contracts::ReputationAction
Traits
Functions
- configuration::get_variable
- utils::per_mil_of
- utils::per_mil_of_as_u32
- utils::to_per_mils
- utils::withdraw
- voting::cspr_redistribution::redistribute_cspr_to_all_vas
- voting::cspr_redistribution::redistribute_to_governance
- voting::ids::get_next_voting_id
Type Aliases
- bid_escrow::types::BidId
- bid_escrow::types::JobId
- bid_escrow::types::JobOfferId
- core_contracts::TokenId
- core_contracts::TokenUri
- utils::types::DocumentHash
- voting::types::VotingId
Constants
- utils::consts::ARG_ACTIVATION_TIME
- utils::consts::ARG_ADDRESS
- utils::consts::ARG_AMOUNT
- utils::consts::ARG_KEY
- utils::consts::ARG_OWNER
- utils::consts::ARG_RECIPIENT
- utils::consts::ARG_TO
- utils::consts::ARG_TOKEN_ID
- utils::consts::ARG_VALUE
- utils::consts::BID_ESCROW_FORMAL_QUORUM_RATIO
- utils::consts::BID_ESCROW_FORMAL_VOTING_TIME
- utils::consts::BID_ESCROW_INFORMAL_QUORUM_RATIO
- utils::consts::BID_ESCROW_INFORMAL_VOTING_TIME
- utils::consts::BID_ESCROW_PAYMENT_RATIO
- utils::consts::BID_ESCROW_WALLET_ADDRESS
- utils::consts::CANCEL_FINISHED_VOTING_TIMEOUT
- utils::consts::CONTRACT_MAIN_PURSE
- utils::consts::DEFAULT_POLICING_RATE
- utils::consts::DEFAULT_REPUTATION_SLASH
- utils::consts::DISTRIBUTE_PAYMENT_TO_NON_VOTERS
- utils::consts::EP_ADD_TO_WHITELIST
- utils::consts::EP_BURN
- utils::consts::EP_CHANGE_OWNERSHIP
- utils::consts::EP_GET
- utils::consts::EP_INIT
- utils::consts::EP_MINT
- utils::consts::EP_REMOVE_FROM_WHITELIST
- utils::consts::EP_SET_OR_UPDATE
- utils::consts::EP_STAKE
- utils::consts::EP_TRANSFER_FROM
- utils::consts::EP_UNSTAKE
- utils::consts::EP_UPDATE_AT
- utils::consts::FIAT_CONVERSION_RATE_ADDRESS
- utils::consts::FORMAL_QUORUM_RATIO
- utils::consts::FORMAL_VOTING_TIME
- utils::consts::FORUM_KYC_REQUIRED
- utils::consts::INFORMAL_QUORUM_RATIO
- utils::consts::INFORMAL_STAKE_REPUTATION
- utils::consts::INFORMAL_VOTING_TIME
- utils::consts::INTERNAL_AUCTION_TIME
- utils::consts::LENGTH_SUFFIX
- utils::consts::NAME_EVENTS
- utils::consts::POST_JOB_DOS_FEE
- utils::consts::PUBLIC_AUCTION_TIME
- utils::consts::REPUTATION_CONVERSION_RATE
- utils::consts::TIME_BETWEEN_INFORMAL_AND_FORMAL_VOTING
- utils::consts::VA_BID_ACCEPTANCE_TIMEOUT
- utils::consts::VA_CAN_BID_ON_PUBLIC_AUCTION
- utils::consts::VOTING_CLEARNESS_DELTA
- utils::consts::VOTING_IDS_ADDRESS
- utils::consts::VOTING_START_AFTER_JOB_WORKER_SUBMISSION