package octez-protocol-008-PtEdo2Zk-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez protocol 008-PtEdo2Zk libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
doc/octez-protocol-008-PtEdo2Zk-libs.client/Tezos_client_008_PtEdo2Zk/Injection/index.html
Module Tezos_client_008_PtEdo2Zk.InjectionSource
Source
type _ annotated_manager_operation = | Manager_info : {fee : Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t option;operation : 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.manager_operation;gas_limit : Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Gas.Arith.integral option;storage_limit : Z.t option;
} -> 'kind annotated_manager_operation
Source
type packed_annotated_manager_operation = | Annotated_manager_operation : 'kind annotated_manager_operation -> packed_annotated_manager_operation
Source
type _ annotated_manager_operation_list = | Single_manager : 'kind annotated_manager_operation -> 'kind annotated_manager_operation_list| Cons_manager : 'kind annotated_manager_operation * 'rest annotated_manager_operation_list -> ('kind * 'rest) annotated_manager_operation_list
The annotated_manager_operation_list type helps making contents_list from a list of manager_operations. Its construction mimics contents_list in order to keep consistent types when calling inject_manager_operation and inject_operation.
Source
type packed_annotated_manager_operation_list = | Manager_list : 'kind annotated_manager_operation_list -> packed_annotated_manager_operation_list
Source
val manager_of_list :
packed_annotated_manager_operation list ->
packed_annotated_manager_operation_listSource
val manager_to_list :
packed_annotated_manager_operation_list ->
packed_annotated_manager_operation listSource
type 'kind preapply_result =
Tezos_base.TzPervasives.Operation_hash.t
* 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.operation
* 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Apply_results.operation_metadataSource
type fee_parameter = {minimal_fees : Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t;minimal_nanotez_per_byte : Q.t;minimal_nanotez_per_gas_unit : Q.t;force_low_fee : bool;fee_cap : Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t;burn_cap : Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t;
}Source
val preapply :
Protocol_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
?verbose_signing:bool ->
?fee_parameter:fee_parameter ->
?branch:int ->
?src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.contents_list ->
'kind preapply_result Tezos_base.TzPervasives.tzresult Lwt.tSource
type 'kind result_list =
Tezos_base.TzPervasives.Operation_hash.t
* 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.contents_list
* 'kind
Tezos_protocol_008_PtEdo2Zk.Protocol.Apply_results.contents_result_listSource
val inject_operation :
Protocol_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
?confirmations:int ->
?dry_run:bool ->
?simulation:bool ->
?branch:int ->
?src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
?verbose_signing:bool ->
fee_parameter:fee_parameter ->
?compute_fee:bool ->
'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.contents_list ->
'kind result_list Tezos_base.TzPervasives.tzresult Lwt.tSource
type 'kind result =
Tezos_base.TzPervasives.Operation_hash.t
* 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.contents
* 'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Apply_results.contents_resultSource
val prepare_manager_operation :
?fee:Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t ->
?gas_limit:
Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Gas.Arith.integral ->
?storage_limit:Z.t ->
'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.manager_operation ->
'kind annotated_manager_operationSource
val inject_manager_operation :
Protocol_client_context.full ->
chain:Tezos_shell_services.Shell_services.chain ->
block:Tezos_shell_services.Shell_services.block ->
?branch:int ->
?confirmations:int ->
?dry_run:bool ->
?verbose_signing:bool ->
?simulation:bool ->
source:Tezos_crypto.Signature.V0.Public_key_hash.t ->
src_pk:Tezos_crypto.Signature.V0.public_key ->
src_sk:Tezos_client_base.Client_keys_v0.sk_uri ->
?fee:Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Tez.t ->
?gas_limit:
Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Gas.Arith.integral ->
?storage_limit:Z.t ->
?counter:Z.t ->
fee_parameter:fee_parameter ->
'kind annotated_manager_operation_list ->
'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Kind.manager
result_list
Tezos_base.TzPervasives.tzresult
Lwt.tSource
val originated_contracts :
'kind Tezos_protocol_008_PtEdo2Zk.Protocol.Apply_results.contents_result_list ->
Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.Contract.t list
Tezos_base.TzPervasives.tzresult sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>