diff --git a/Sources/TronWebSwift/Convenience/Transaction+Human.swift b/Sources/TronWebSwift/Convenience/Transaction+Human.swift index fd2d978..01d8aaf 100644 --- a/Sources/TronWebSwift/Convenience/Transaction+Human.swift +++ b/Sources/TronWebSwift/Convenience/Transaction+Human.swift @@ -521,6 +521,8 @@ extension Protocol_Transaction { Protocol_AccountUpdateContract.self, Protocol_FreezeBalanceContract.self, Protocol_UnfreezeBalanceContract.self, + Protocol_FreezeBalanceV2Contract.self, + Protocol_UnfreezeBalanceV2Contract.self, Protocol_WithdrawBalanceContract.self, Protocol_UnfreezeAssetContract.self, Protocol_UpdateAssetContract.self,