getMoveObjectType function

String? getMoveObjectType(
  1. SuiObjectResponse resp
)

Implementation

String? getMoveObjectType(SuiObjectResponse resp) {
  return getMoveObject(resp)?.type;
}