get Normalized Move Struct
abstract suspend fun getNormalizedMoveStruct(id: String): Result<GetNormalizedMoveStructQuery.Data?, SuiError>
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 GraphQLErrors.
Parameters
id
The identifier of the Move struct.