package tezos-client-006-PsCARTHA

  1. Overview
  2. Docs
type multisig_prepared_action = {
  1. bytes : Bytes.t;
  2. threshold : Z.t;
  3. keys : Tezos_protocol_006_PsCARTHA.Protocol.Alpha_context.public_key list;
  4. counter : Z.t;
}