Skip to content
Snippets Groups Projects
Select Git revision
  • 4166551cbeb81c74d2a980489bea4756c2cd6bc4
  • main default protected
2 results

errors.mligo

Blame
  • errors.mligo 509 B
    [@no_mutation]
    let only_signer = "Only one of the contract signer can create an proposal"
    
    [@no_mutation]
    let amount_must_be_zero_tez = "You must not send Tezos to the smart contract"
    
    [@no_mutation]
    let no_proposal_exist = "No proposal exists for this counter"
    
    [@no_mutation]
    let has_already_signed = "You have already signed this proposal"
    
    [@no_mutation]
    let unknown_contract_entrypoint =
      "Cannot connect to the target transfer token entrypoint"
    
    [@no_mutation]
    let insufficient_balance = "FA2_BALANCE"