get Normalized Move Struct
abstract suspend fun getNormalizedMoveStruct(id: String): <Error class: unknown class><GetNormalizedMoveStructQuery.Data?, <Error class: unknown class>>
Fetches the normalized representation of a Move struct.
Return
A Result which is either:
Ok: Containing a nullable GetNormalizedMoveStructQuery.Data object with the normalized struct details.Err: Containing a SuiError object with a list of SdkErrorDetails.
Parameters
id
The identifier of the Move struct.