getMoveFunctionArgTypes

open suspend override fun getMoveFunctionArgTypes(id: String): <Error class: unknown class><GetMoveFunctionArgTypesQuery.Data?, <Error class: unknown class>>

Fetches the argument types for a specific Move function.

This implementation parses the input id string (e.g., "0x2::sui::transfer_object") into its constituent parts before making the query.

Return

A Result which is either:

Parameters

id

The identifier of the Move function in the format package::module::function.