IOTA Move Utils API
Move language introspection JSON-RPC methods for the IOTA blockchain. Provides iota_getMoveFunctionArgTypes to retrieve function argument types for a Move function, iota_getNormalizedMoveFunction for full function structure including visibility and generics, iota_getNormalizedMoveModule to retrieve a normalized Move module, iota_getNormalizedMoveModulesByPackage to list all modules in a package, and iota_getNormalizedMoveStruct for detailed struct representation including fields and abilities. These 5 methods enable smart contract introspection and on-chain ABI discovery.