Skip to main content
Version: 1.7.0

contract

let bootstrap: (_: nat) => address

Returns the address corresponding to the nth bootstrapped contract.

let bootstrap_typed_address: <a, b>(_: nat) => typed_address<a, b>

Returns the typed address corresponding to the nth bootstrapped contract currently loaded. The types are inferred from those contracts loaded with `Test.State.Reset.add_func_contract` (before reset).