package octez-protocol-014-PtKathma-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol 014-PtKathma libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-octez-v20.1.tag.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
    
    
  sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
    
    
  doc/octez-protocol-014-PtKathma-libs.client/Tezos_client_014_PtKathma/Client_proto_multisig/index.html
Module Tezos_client_014_PtKathma.Client_proto_multisigSource
Source
type multisig_action = - | Transfer of {- amount : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t;
- destination : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Contract.t;
- entrypoint : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Entrypoint.t;
- parameter_type : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.expr;
- parameter : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.expr;
 - }
- | Change_delegate of Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key_hash option
- | Lambda of Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.expr
- | Change_keys of Z.t * Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key list
Source
type multisig_prepared_action = {- bytes : Tezos_base.TzPervasives.Bytes.t;
- threshold : Z.t;
- keys : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key list;
- counter : Z.t;
- entrypoint : Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Entrypoint.t option;
- generic : bool;
}Source
val originate_multisig : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?confirmations:int ->
  ?dry_run:bool ->
  ?branch:int ->
  ?fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  ?verbose_signing:bool ->
  delegate:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key_hash option ->
  threshold:Z.t ->
  keys:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key list ->
  balance:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  source:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  (Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.origination
     Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.manager
     Injection.result
   * Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Contract.t)
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val prepare_multisig_transaction : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  multisig_contract:Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t ->
  action:multisig_action ->
  unit ->
  multisig_prepared_action Tezos_base.TzPervasives.tzresult Lwt.tSource
val call_multisig : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?confirmations:int ->
  ?dry_run:bool ->
  ?verbose_signing:bool ->
  ?branch:int ->
  source:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  multisig_contract:Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t ->
  action:multisig_action ->
  signatures:Tezos_crypto.Signature.V0.t list ->
  amount:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  ?fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  ?counter:Z.t ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  (Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.transaction
     Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.manager
     Injection.result
   * Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t list)
    Tezos_base.TzPervasives.tzresult
    Lwt.tSource
val call_multisig_on_bytes : 
  Protocol_client_context.full ->
  chain:Tezos_shell_services.Shell_services.chain ->
  block:Tezos_shell_services.Shell_services.block ->
  ?confirmations:int ->
  ?dry_run:bool ->
  ?verbose_signing:bool ->
  ?branch:int ->
  source:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key_hash ->
  src_pk:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.public_key ->
  src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
  multisig_contract:Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t ->
  bytes:Tezos_base.TzPervasives.Bytes.t ->
  signatures:Tezos_crypto.Signature.V0.t list ->
  amount:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  ?fee:Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Tez.t ->
  ?gas_limit:
    Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Gas.Arith.integral ->
  ?storage_limit:Z.t ->
  ?counter:Z.t ->
  fee_parameter:Injection.fee_parameter ->
  unit ->
  (Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.transaction
     Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Kind.manager
     Injection.result
   * Tezos_protocol_014_PtKathma.Protocol.Contract_hash.t list)
    Tezos_base.TzPervasives.tzresult
    Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >