get Normalized Move Function
open suspend override fun getNormalizedMoveFunction(id: String): <Error class: unknown class><GetNormalizedMoveFunctionQuery.Data?, <Error class: unknown class>>
Fetches the normalized (desugared and with types expanded) representation of a Move function.
Return
A Result which is either:
Ok: Containing a nullable GetNormalizedMoveFunctionQuery.Data object with the normalized function details.Err: Containing a SuiError object with a list of SdkErrorDetails.
Parameters
id
The identifier of the Move function in the format package::module::function.