We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992df26 commit 65a9ba8Copy full SHA for 65a9ba8
contracts/sui/intent_v1/sources/types/utils.move
@@ -48,7 +48,7 @@ module intents_v1::utils {
48
}
49
50
public fun get_type_string<T>():String{
51
- string::from_ascii(type_name::get<T>().into_string())
+ to_hex_string(string::from_ascii(type_name::get<T>().into_string()))
52
53
54
public fun to_hex_string(str:String):String{
0 commit comments