Zkapp_command.Valid
module Verification_key_hash : sig ... end
module Stable : sig ... end
type t = private Stable.Latest.t = {
zkapp_command : T.t; |
verification_keys : (Account_id.t * Verification_key_hash.t) list; |
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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
val to_valid :
T.t ->
ledger:'a ->
get:( 'a -> 'b -> Account.t option ) ->
location_of_account:( 'a -> Account_id.t -> 'b option ) ->
t Core_kernel.Or_error.t
val of_verifiable : Verifiable.t -> t Core_kernel.Or_error.t