Skip to content
Snippets Groups Projects
Select Git revision
  • 81f302132b9ec88f77e1240d28a0a4893b7cfc3d
  • master default protected
2 results

projectile-custom.el

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"