contract
bootstrap: (_: nat) => address
Returns the address corresponding to the nth bootstrapped contract.
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).