Module Transaction_status.Failure

module Stable : sig ... end
type t = Stable.Latest.t =
| Predicate
| Source_not_present
| Receiver_not_present
| Amount_insufficient_to_create_account
| Cannot_pay_creation_fee_in_token
| Source_insufficient_balance
| Source_minimum_balance_violation
| Receiver_already_exists
| Token_owner_not_caller
| Overflow
| Global_excess_overflow
| Local_excess_overflow
| Local_supply_increase_overflow
| Global_supply_increase_overflow
| Signed_command_on_zkapp_account
| Zkapp_account_not_present
| Update_not_permitted_balance
| Update_not_permitted_timing_existing_account
| Update_not_permitted_delegate
| Update_not_permitted_app_state
| Update_not_permitted_verification_key
| Update_not_permitted_sequence_state
| Update_not_permitted_zkapp_uri
| Update_not_permitted_token_symbol
| Update_not_permitted_permissions
| Update_not_permitted_nonce
| Update_not_permitted_voting_for
| Zkapp_command_replay_check_failed
| Fee_payer_nonce_must_increase
| Fee_payer_must_be_signed
| Account_balance_precondition_unsatisfied
| Account_nonce_precondition_unsatisfied
| Account_receipt_chain_hash_precondition_unsatisfied
| Account_delegate_precondition_unsatisfied
| Account_sequence_state_precondition_unsatisfied
| Account_app_state_precondition_unsatisfied of int
| Account_proved_state_precondition_unsatisfied
| Account_is_new_precondition_unsatisfied
| Protocol_state_precondition_unsatisfied
| Incorrect_nonce
| Invalid_fee_excess
| Cancelled
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val equal : t -> t -> bool
val compare : t -> t -> int
val predicate : t
val source_not_present : t
val receiver_not_present : t
val amount_insufficient_to_create_account : t
val cannot_pay_creation_fee_in_token : t
val source_insufficient_balance : t
val source_minimum_balance_violation : t
val receiver_already_exists : t
val token_owner_not_caller : t
val overflow : t
val global_excess_overflow : t
val local_excess_overflow : t
val local_supply_increase_overflow : t
val global_supply_increase_overflow : t
val signed_command_on_zkapp_account : t
val zkapp_account_not_present : t
val update_not_permitted_balance : t
val update_not_permitted_timing_existing_account : t
val update_not_permitted_delegate : t
val update_not_permitted_app_state : t
val update_not_permitted_verification_key : t
val update_not_permitted_sequence_state : t
val update_not_permitted_zkapp_uri : t
val update_not_permitted_token_symbol : t
val update_not_permitted_permissions : t
val update_not_permitted_nonce : t
val update_not_permitted_voting_for : t
val zkapp_command_replay_check_failed : t
val fee_payer_nonce_must_increase : t
val fee_payer_must_be_signed : t
val account_balance_precondition_unsatisfied : t
val account_nonce_precondition_unsatisfied : t
val account_receipt_chain_hash_precondition_unsatisfied : t
val account_delegate_precondition_unsatisfied : t
val account_sequence_state_precondition_unsatisfied : t
val account_app_state_precondition_unsatisfied : int -> t
val account_proved_state_precondition_unsatisfied : t
val account_is_new_precondition_unsatisfied : t
val protocol_state_precondition_unsatisfied : t
val incorrect_nonce : t
val invalid_fee_excess : t
val cancelled : t
module Variants : sig ... end
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
module Collection : sig ... end
type failure = t
val failure_min : Core_kernel__Int.t -> Core_kernel__Int.t -> Core_kernel__Int.t
val failure_max : Core_kernel__Int.t -> Core_kernel__Int.t -> Core_kernel__Int.t
val all : t list
val gen : t Core_kernel.Quickcheck.Generator.t
val to_string : t -> string
val of_string : string -> ( t, string ) Core_kernel._result
val describe : t -> string