getNormalizedMoveFunction

suspend fun getNormalizedMoveFunction(pakage: String, module: String, function: String): MoveNormalizedFunction

Retrieves a normalized representation of a Move function from the blockchain.

Return

a MoveNormalizedFunction object representing the normalized 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

Throws

if there is an error retrieving the function from the blockchain