package octez-protocol-010-PtGRANAD-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_client_010_PtGRANAD.Client_proto_contextSource

Sourceval get_storage : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_010_PtGRANAD.Protocol.Script_ir_translator.unparsing_mode -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_contract_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> (Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr * Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr) -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_big_map_value : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_010_PtGRANAD.Protocol.Script_ir_translator.unparsing_mode -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Big_map.Id.t -> Tezos_protocol_010_PtGRANAD.Protocol.Script_expr_hash.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_script : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> unparsing_mode: Tezos_protocol_010_PtGRANAD.Protocol.Script_ir_translator.unparsing_mode -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.t option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_script_hash : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> Tezos_protocol_010_PtGRANAD.Protocol.Script_expr_hash.t option Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval get_balance : Protocol_client_context.rpc_context -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval build_delegate_operation : ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash option -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.delegation Annotated_manager_operation.t
Sourceval set_delegate : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.tez -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> manager_sk:Tezos_client_base.Client_keys_v0.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash option -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.delegation Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval register_as_delegate : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.tez -> manager_sk:Tezos_client_base.Client_keys_v0.sk_uri -> fee_parameter:Injection.fee_parameter -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.delegation Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval save_contract : force:bool -> Protocol_client_context.full -> string -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval originate_contract : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?branch:int -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> delegate: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash option -> initial_storage:string -> balance:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> source:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys_v0.sk_uri -> code:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.expr -> fee_parameter:Injection.fee_parameter -> unit -> (Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.origination Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.manager Injection.result * Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t) Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval parse_arg_transfer : string option -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.lazy_expr Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval build_transaction_operation : amount:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> parameters: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Script.lazy_expr -> ?entrypoint:string -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.transaction Annotated_manager_operation.t
Sourceval transfer : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?simulation:bool -> ?branch:int -> source:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys_v0.sk_uri -> destination:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t -> ?entrypoint:string -> ?arg:string -> amount:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> ?counter:Z.t -> fee_parameter:Injection.fee_parameter -> unit -> (Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.transaction Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.manager Injection.result * Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Contract.t list) Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval build_reveal_operation : ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> ?gas_limit: Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral -> ?storage_limit:Z.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.reveal Annotated_manager_operation.t
Sourceval reveal : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?verbose_signing:bool -> ?branch:int -> source:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> src_pk:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key -> src_sk:Tezos_client_base.Client_keys_v0.sk_uri -> ?fee:Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t -> fee_parameter:Injection.fee_parameter -> unit -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.reveal Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.manager Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourcetype activation_key = {
  1. pkh : Tezos_base.TzPervasives.Signature.Ed25519.Public_key_hash.t;
  2. amount : Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Tez.t;
  3. activation_code : Tezos_protocol_010_PtGRANAD.Protocol.Blinded_public_key_hash.activation_code;
  4. mnemonic : string list;
  5. password : string;
  6. email : string;
}
Sourceval activation_key_encoding : activation_key Tezos_base.TzPervasives.Data_encoding.t
Sourcetype batch_transfer_operation = {
  1. destination : string;
  2. fee : string option;
  3. gas_limit : Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Gas.Arith.integral option;
  4. storage_limit : Z.t option;
  5. amount : string;
  6. arg : string option;
  7. entrypoint : string option;
}
Sourceval batch_transfer_operation_encoding : batch_transfer_operation Tezos_base.TzPervasives.Data_encoding.t
Sourceval activate_account : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> ?encrypted:bool -> ?force:bool -> activation_key -> string -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.activate_account Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval activate_existing_account : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> ?dry_run:bool -> string -> Tezos_protocol_010_PtGRANAD.Protocol.Blinded_public_key_hash.activation_code -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.activate_account Injection.result Tezos_base.TzPervasives.tzresult Lwt.t
Sourcetype period_info = {
  1. current_period_kind : Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Voting_period.kind;
  2. position : Int32.t;
  3. remaining : Int32.t;
  4. current_proposal : Tezos_base.TzPervasives.Protocol_hash.t option;
}
Sourcetype ballots_info = {
  1. current_quorum : Int32.t;
  2. participation : Int32.t;
  3. supermajority : Int32.t;
  4. ballots : Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Vote.ballots;
}
Sourceval get_proposals : Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> Int32.t Tezos_protocol_010_PtGRANAD.Environment.Protocol_hash.Map.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval submit_proposals : ?dry_run:bool -> ?verbose_signing:bool -> Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> src_sk:Tezos_client_base.Client_keys_v0.sk_uri -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t list -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.proposals Injection.result_list Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval submit_ballot : ?dry_run:bool -> ?verbose_signing:bool -> Protocol_client_context.full -> chain:Tezos_shell_services.Shell_services.chain -> block:Tezos_shell_services.Shell_services.block -> ?confirmations:int -> src_sk:Tezos_client_base.Client_keys_v0.sk_uri -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.public_key_hash -> Tezos_base.TzPervasives.Protocol_hash.t -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Vote.ballot -> Tezos_protocol_010_PtGRANAD.Protocol.Alpha_context.Kind.ballot Injection.result_list Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval display_receipt_for_operation : Protocol_client_context.full -> chain:Tezos_shell_services.Block_services.chain -> ?predecessors:int -> Tezos_base.TzPervasives.Operation_list_hash.elt -> unit Tezos_base.TzPervasives.tzresult Lwt.t

lookup an operation in predecessors previous blocks, and print the receipt if found

OCaml

Innovation. Community. Security.