package tezt-tezos

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

Module Rollup.DalSource

Sourcemodule Parameters : sig ... end
Sourceval endpoint : Dal_node.t -> string
Sourcetype slot

Abstract version of a slot to deal with messages content which are smaller than the expected size of a slot.

Sourceval make_slot : ?padding:bool -> slot_size:int -> string -> slot

make_slot ?padding ~slot_size content produces a slot. If padding=true (which is the default), then the content is padded to reach the expected size given by slot_size (which is usually obtained from Cryptobox.parameters).

Sourceval content_of_slot : slot -> string

content_of_slot slot retrieves the original content of a slot by removing the padding.

Sourcemodule RPC_legacy : sig ... end
Sourcemodule RPC : sig ... end
Sourceval make : ?on_error:(string -> Cryptobox.t) -> Cryptobox.parameters -> Cryptobox.t
Sourcemodule Commitment : sig ... end
Sourcemodule Committee : sig ... end
Sourcemodule Check : sig ... end