Tezos_raw_protocol_023_PtSeouLo.Origination_noncetype t = {operation_hash : Tezos_protocol_environment_023_PtSeouLo.Operation_hash.t;origination_index : int32;}Originated contracts and tx rollups 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 encoding : t Tezos_protocol_environment_023_PtSeouLo.Data_encoding.tval initial : Tezos_protocol_environment_023_PtSeouLo.Operation_hash.t -> t