Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val operations :
'a Tezos_protocol_alpha.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_alpha.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_alpha.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
gas_limit:Tezos_protocol_alpha.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
Tezos_protocol_alpha.Protocol.Alpha_context.packed_manager_operation list ->
(bytes, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val reveal :
'a Tezos_protocol_alpha.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_alpha.Alpha_context.public_key_hash ->
sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_alpha.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
unit ->
(bytes, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val transaction :
'a Tezos_protocol_alpha.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_alpha.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_alpha.Protocol.Alpha_context.counter ->
amount:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
destination:Tezos_protocol_alpha.Protocol.Alpha_context.Contract.contract ->
?entrypoint:string ->
?parameters:Tezos_protocol_alpha.Protocol.Alpha_context.Script.expr ->
gas_limit:Tezos_protocol_alpha.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
fee:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
unit ->
(bytes, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val origination :
'a Tezos_protocol_alpha.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_alpha.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_alpha.Protocol.Alpha_context.counter ->
balance:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
?delegatePubKey:Tezos_crypto.Signature.public_key_hash ->
script:Tezos_protocol_alpha.Protocol.Alpha_context.Script.t ->
gas_limit:Tezos_protocol_alpha.Protocol.Alpha_context.Gas.Arith.integral ->
storage_limit:Z.t ->
fee:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
unit ->
(bytes, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t
val delegation :
'a Tezos_protocol_alpha.Protocol.Environment.RPC_context.simple ->
'a ->
branch:Tezos_crypto.Block_hash.t ->
source:Tezos_raw_protocol_alpha.Alpha_context.public_key_hash ->
?sourcePubKey:Tezos_crypto.Signature.public_key ->
counter:Tezos_protocol_alpha.Protocol.Alpha_context.counter ->
fee:Tezos_protocol_alpha.Protocol.Alpha_context.Tez.tez ->
Tezos_crypto.Signature.public_key_hash option ->
(bytes, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t