[go: up one dir, main page]

Documentation
[workspace]
members = [
  'tests/bindings/sharing_types/contract_a',
  'tests/bindings/sharing_types/contract_b',
  'tests/bindings/sharing_types/shared_lib',
  'tests/bindings/simple_contract',
  'tests/contracts/asserts',
  'tests/contracts/auth_testing_abi',
  'tests/contracts/auth_testing_contract',
  'tests/contracts/contract_raw_slice',
  'tests/contracts/contract_require_abi',
  'tests/contracts/contract_test',
  'tests/contracts/large_return_data',
  'tests/contracts/lib_contract',
  'tests/contracts/lib_contract_abi',
  'tests/contracts/lib_contract_caller',
  'tests/contracts/library_test',
  'tests/contracts/liquidity_pool',
  'tests/contracts/msg_amount',
  'tests/contracts/multiple_read_calls',
  'tests/contracts/payable_annotation',
  'tests/contracts/require',
  'tests/contracts/require_from_contract',
  'tests/contracts/revert_transaction_error',
  'tests/contracts/token_ops',
  'tests/contracts/transaction_block_height',
  'tests/logs/contract_logs',
  'tests/logs/contract_logs_abi',
  'tests/logs/contract_with_contract_logs',
  'tests/logs/script_logs',
  'tests/logs/script_with_contract_logs',
  'tests/predicates/predicate_address',
  'tests/predicates/predicate_basic',
  'tests/predicates/predicate_enums',
  'tests/predicates/predicate_generics',
  'tests/predicates/predicate_signatures',
  'tests/predicates/predicate_structs',
  'tests/predicates/predicate_tuple',
  'tests/predicates/predicate_u64',
  'tests/predicates/predicate_vector',
  'tests/predicates/predicate_vectors',
  'tests/scripts/basic_script',
  'tests/scripts/script_asserts',
  'tests/scripts/script_generic_types',
  'tests/scripts/script_option_result_types',
  'tests/scripts/script_raw_slice',
  'tests/scripts/script_require',
  'tests/scripts/script_require_from_contract',
  'tests/scripts/script_tuple_types',
  'tests/scripts/script_vector',
  'tests/scripts/script_vectors',
  'tests/scripts/script_with_arguments',
  'tests/storage/contract_storage_test',
  'tests/types/b512',
  'tests/types/call_empty_return',
  'tests/types/complex_types_contract',
  'tests/types/contract_output_test',
  'tests/types/empty_arguments',
  'tests/types/enum_as_input',
  'tests/types/enum_encoding',
  'tests/types/enum_inside_struct',
  'tests/types/evm_address',
  'tests/types/generics',
  'tests/types/identity',
  'tests/types/native_types',
  'tests/types/nested_structs',
  'tests/types/options',
  'tests/types/results',
  'tests/types/str_in_array',
  'tests/types/tuples',
  'tests/types/two_structs',
  'tests/types/type_inside_enum',
  'tests/types/vectors',
]