Processor.Coinbase
type t = {
receiver_id : int;
amount : int64;
hash : string;
}
val coinbase_command_type : string
val typ : t Caqti_type.t
val add_if_doesn't_exist : (module Caqti_async.CONNECTION) -> Mina_base.Coinbase.t -> ( int, [> Caqti_error.call_or_retrieve ] ) Async_kernel__Deferred_result.t