tezos-protocol-plugin-013-PtJakart
Tezos/Protocol: protocol plugin
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-protocol-plugin-013-PtJakart
val operations :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_013_PtJakart.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
gas_limit:
Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
Tezos_protocol_013_PtJakart.Protocol.Alpha_context.packed_manager_operation
list ->
( bytes, Tezos_base.TzPervasives.tztrace ) result Lwt.t
val reveal :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_013_PtJakart.Alpha_context.public_key_hash ->
sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
unit ->
( bytes, Tezos_base.TzPervasives.tztrace ) result Lwt.t
val transaction :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_013_PtJakart.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.counter ->
amount:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
destination:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Destination.t ->
?entrypoint:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Entrypoint.t ->
?parameters:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Script.expr ->
gas_limit:
Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
fee:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
unit ->
( bytes, Tezos_base.TzPervasives.tztrace ) result Lwt.t
val origination :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_013_PtJakart.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.counter ->
balance:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
?delegatePubKey:Tezos_crypto.Signature.public_key_hash ->
script:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Script.t ->
gas_limit:
Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
fee:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
unit ->
( bytes, Tezos_base.TzPervasives.tztrace ) result Lwt.t
val delegation :
'a Tezos_protocol_013_PtJakart.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_013_PtJakart.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tez.tez ->
Tezos_crypto.Signature.public_key_hash option ->
( bytes, Tezos_base.TzPervasives.tztrace ) result Lwt.t