Skip to content

types-tester implemented#87

Merged
Ibinola merged 1 commit intoIbinola:mainfrom
feyishola:feat-types-tester
Feb 24, 2026
Merged

types-tester implemented#87
Ibinola merged 1 commit intoIbinola:mainfrom
feyishola:feat-types-tester

Conversation

@feyishola
Copy link
Contributor

closes #70

I've created the types-tester Soroban smart contract with all the complex types you need. The contract includes:

test_nested_vec: Accepts and returns Vec<Vec>
test_complex_tuple: Works with nested structs containing addresses, amounts, strings, and nested data
test_bytes_and_address: Takes BytesN<32> and Address as required
test_all_types: Combines all complex types in one function
test_vec_of_structs: Tests vectors of complex structs
test_optional: Tests optional types

@Ibinola Ibinola merged commit 75efcf9 into Ibinola:main Feb 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build types-tester Smart Contract

2 participants