Module Tezos_client_014_PtKathma.Client_proto_multisigSource
Sourceval multisig_script :
Tezos_protocol_014_PtKathma.Protocol.Alpha_context.Script.expr Sourcetype 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
Sourcetype 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;
} Sourceval known_multisig_hashes :
Tezos_protocol_014_PtKathma.Protocol.Script_expr_hash.t list Sourceval 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.t