package tezos-client-014-PtKathma

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type multisig_prepared_action = {
  1. bytes : Bytes.t;
  2. threshold : Z.t;
  3. keys : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key list;
  4. counter : Z.t;
  5. entrypoint : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Entrypoint.t option;
  6. generic : bool;
}