Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nexus-next/packages/reference/nexus_workflow/gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ See the docs to understand how scopes work.
We ignore enum variant convention out of convenience as in this specific
example the variant is unambiguous.

<https://github.com/Talus-Network/nexus-next/wiki/Conventions:-Sui-Move#enums-_variant_name>
<https://docs.talus.network/developer-docs/index/onchain-nexus/sui-move#enums-_variant_name>


<pre><code><b>public</b> <b>enum</b> <a href="../nexus_workflow/gas.md#(nexus_workflow=0x0)_gas_Scope">Scope</a> <b>has</b> <b>copy</b>, drop, store
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ To prevent spamming, we lock [ToolRegistry.mist_collateral_to_lock]
If the tool is unregistered, the collateral is available after
[ToolRegistry.lock_duration_ms] milliseconds.

See <https://github.com/Talus-Network/nexus-next/wiki/Tool#tool-definitions>
See <https://docs.talus.network/developer-docs/index/tool#tool-definitions>
to learn about the expected format of the input and output schemas and the
expected format of the FQN and URL.

Expand Down