package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val operations : 'a Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_context.simple -> 'a -> branch:Tezos_crypto.Block_hash.t -> source:Alpha_context.public_key_hash -> ?sourcePubKey:Alpha_context.public_key -> counter:Alpha_context.counter -> fee:Alpha_context.Tez.t -> gas_limit:Alpha_context.Gas.Arith.integral -> storage_limit:Z.t -> Alpha_context.packed_manager_operation list -> (Tezos_protocol_environment_structs.V0.M.MBytes.t, Tezos_error_monad.TzCore.error list) result Lwt.t
val reveal : 'a Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_context.simple -> 'a -> branch:Tezos_crypto.Block_hash.t -> source:Alpha_context.public_key_hash -> sourcePubKey:Alpha_context.public_key -> counter:Alpha_context.counter -> fee:Alpha_context.Tez.t -> unit -> (Tezos_protocol_environment_structs.V0.M.MBytes.t, Tezos_error_monad.TzCore.error list) result Lwt.t
val transaction : 'a Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_context.simple -> 'a -> branch:Tezos_crypto.Block_hash.t -> source:Alpha_context.public_key_hash -> ?sourcePubKey:Alpha_context.public_key -> counter:Alpha_context.counter -> amount:Alpha_context.Tez.t -> destination:Alpha_context.Contract.t -> ?entrypoint:string -> ?parameters:Alpha_context.Script.expr -> gas_limit:Alpha_context.Gas.Arith.integral -> storage_limit:Z.t -> fee:Alpha_context.Tez.t -> unit -> (Tezos_protocol_environment_structs.V0.M.MBytes.t, Tezos_error_monad.TzCore.error list) result Lwt.t
val origination : 'a Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_context.simple -> 'a -> branch:Tezos_crypto.Block_hash.t -> source:Alpha_context.public_key_hash -> ?sourcePubKey:Alpha_context.public_key -> counter:Alpha_context.counter -> balance:Alpha_context.Tez.t -> ?delegatePubKey:Alpha_context.public_key_hash -> script:Alpha_context.Script.t -> gas_limit:Alpha_context.Gas.Arith.integral -> storage_limit:Z.t -> fee:Alpha_context.Tez.t -> unit -> (Tezos_protocol_environment_structs.V0.M.MBytes.t, Tezos_error_monad.TzCore.error list) result Lwt.t
val delegation : 'a Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_context.simple -> 'a -> branch:Tezos_crypto.Block_hash.t -> source:Alpha_context.public_key_hash -> ?sourcePubKey:Alpha_context.public_key -> counter:Alpha_context.counter -> fee:Alpha_context.Tez.t -> Alpha_context.public_key_hash option -> (Tezos_protocol_environment_structs.V0.M.MBytes.t, Tezos_error_monad.TzCore.error list) result Lwt.t