Module Tezos_client_023_PtSeouLo.Client_proto_multisig

type multisig_prepared_action = {
  1. bytes : Tezos_base.TzPervasives.Bytes.t;
  2. threshold : Z.t;
  3. keys : Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.public_key list;
  4. counter : Z.t;
  5. entrypoint : Tezos_protocol_023_PtSeouLo.Protocol.Alpha_context.Entrypoint.t option;
  6. generic : bool;
}