Baking_configuration.Operations_source
type t =
| Local of {
filename : string;
}
local mempool resource located in filename
filename
| Remote of {
uri : Uri.t;
http_headers : (string * string) list option;
remote resource located a uri, with additional http_headers parameters
uri
http_headers
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit