Composable Move Functions

Use when writing Move functions on Sui, especially public APIs. Applies to function visibility (public vs entry), parameter ordering, and return patterns. Use whenever designing function signatures or deciding whether functions should transfer objects or return them.

MystenLabs 52a7579 3 files · 8.8 KB Updated

File contents

mystenlabs/skills/tree/main/composable-move-functions commit 52a757997f

Frequently asked questions

npx skillmds@latest add mystenlabs/composable-move-functions