package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pk : Tezos_crypto.Signature.V_latest.Public_key.t Tezos_benchmark.Base_samplers.sampler

Sample a public key from the pool.

val pkh : Tezos_crypto.Signature.V_latest.Public_key_hash.t Tezos_benchmark.Base_samplers.sampler

Sample a public key hash from the pool.

val sk : Tezos_crypto.Signature.V_latest.Secret_key.t Tezos_benchmark.Base_samplers.sampler

Sample a secret key from the pool.

val all : (Tezos_crypto.Signature.V_latest.Public_key_hash.t * Tezos_crypto.Signature.V_latest.Public_key.t * Tezos_crypto.Signature.V_latest.Secret_key.t) Tezos_benchmark.Base_samplers.sampler

Sample a (pkh, pk, sk) triplet from the pool.

OCaml

Innovation. Community. Security.