getMoveFunctionArgTypes

suspend fun getMoveFunctionArgTypes(pakage: String, module: String, function: String): List<MoveFunctionArgType>

Retrieves the argument types for a Move function from the blockchain.

Return

a list of MoveFunctionArgType objects representing the argument types for the function

Parameters

pakage

the package name of the module containing the function

module

the module name containing the function

function

the name of the function to retrieve the argument types for

Throws

if there is an error retrieving the argument types from the blockchain