sui
sui copied to clipboard
Inconsistent type of Sui
I got Sui type as 0000000000000000000000000000000000000002::sui::SUI using move function type_name::get<T>(), T here is SUi. However, I got 0x2::sui::SUI using ts-SDK Coin.getCoinTypeArg().
I know they are both correct, but is there a way to get a consistent type?