package octez-shell-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez shell libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/octez-shell-libs.client-base/Tezos_client_base/Client_keys/Aggregate_alias/index.html
Module Client_keys.Aggregate_aliasSource
Aggregate_alias contains the implementation needed for the wallet to have the correspondence between aliases and keys. It has three sub-module Public_key Public_key_hash Secret_key. The reason of a sub-module inside a sub-module is not confuse them with the alias module for the standard signature (i.e. Public_key, Public_key_hash, and Secret_key).
On possible refactor would be to move the alias definition in Tezos_crypto.Aggregate_signature (resp. Tezos_crypto.Signature).
See Client_aliases for more information about Aliases.
Source
module Public_key_hash : 
  Client_aliases.Alias
    with type t = Tezos_crypto.Aggregate_signature.Public_key_hash.tSource
module Public_key : 
  Client_aliases.Alias
    with type t =
           aggregate_pk_uri
           * Tezos_crypto.Aggregate_signature.Public_key.t option sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >