package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_mockup.FilesSource

Mockup file abstraction

Sourcetype t = private string

File path

Sourceval get_mockup_directory : dirname:string -> t

mockup_directory ~dirname gets the full name of the mockup subdirectory located inside dirname

Sourceval exists_mockup_directory : dirname:string -> bool Lwt.t

has_mockup_directory ~dirname checks whether a mockup subdirectory exists in directory dirname

Sourcemodule type ACCESSOR = sig ... end

Generic signature to access files located inside mockup subdirectory

Accessor for context.json

Accessor for mempool.json

Accessor for thrashpool.json

OCaml

Innovation. Community. Security.