Tezos_raw_protocol_002_PsYLVpVv.Contract_reprSourcetype t = private | Implicit of Tezos_protocol_environment_002_PsYLVpVv.Signature.Public_key_hash.t| Originated of Contract_hash.tinclude Tezos_protocol_environment_002_PsYLVpVv.Compare.S
with type t := contract****************************************************
val implicit_contract :
Tezos_protocol_environment_002_PsYLVpVv.Signature.Public_key_hash.t ->
contractval is_implicit :
contract ->
Tezos_protocol_environment_002_PsYLVpVv.Signature.Public_key_hash.t option*************************************************
Originated contracts handles are crafted from the hash of the operation that triggered their origination (and nothing else). As a single operation can trigger several originations, the corresponding handles are forged from a deterministic sequence of nonces, initialized with the hash of the operation.
val originated_contracts :
since:origination_nonce ->
until:origination_nonce ->
contract listval initial_origination_nonce :
Tezos_protocol_environment_002_PsYLVpVv.Operation_hash.t ->
origination_nonce**********************************************
val of_b58check :
string ->
contract Tezos_protocol_environment_002_PsYLVpVv.Error_monad.tzresult**********************************************************
val origination_nonce_encoding :
origination_nonce Tezos_protocol_environment_002_PsYLVpVv.Data_encoding.t