You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: soroban-sdk/docs/contracttrait.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ This proc macro:
95
95
1. Filters out any functions that appear in `impl_fns` (they're overridden and will already be handled by the `contractimpl` macro like any other implemented non-trait function)
96
96
2. For remaining functions (defaults not overridden), generates all the same things that `contractimpl` generates:
97
97
-**Specs:** Contract specification entries via `derive_fns_spec`
98
-
-**Exported functions:** The actual `__fn_name` exports via `derive_pub_fns` that is what become the functions in the Wasm file
98
+
-**Exported functions:** The actual `__fn_name` exports via `derive_pub_fns` that become the functions in the Wasm file
99
99
-**Client methods:** Methods on the client struct via `derive_client_impl`
100
100
-**Args variants:** Enum variants for function arguments via `derive_args_impl`
101
101
-**Test hooks:** Function registration for test environment via `derive_contract_function_registration_ctor`
0 commit comments