package tezos-alpha-test-helpers

  1. Overview
  2. Docs

contract_origination ctxt source Create a new contract origination operation, sign it with source and returns it alongside the contract address. The contract address is using the initial origination nonce with the hash of the operation. If this operation is combine with combine_operations then the contract address is false as the nonce is not based on the correct operation hash.

tx_rollup_origination ctxt source Originate a new tx rollup operation, sign it with source and returns it alongside the tx rollup address. The tx_rollup address is using the initial origination nonce with the hash of the operation. If this operation is combined with combine_operations then the tx rollup address is false as the nonce is not based on the correct operation hash.

OCaml

Innovation. Community. Security.