hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Utilized IHRC-719 to associate and dissociate #694

Closed quiet-node closed 4 months ago

quiet-node commented 4 months ago

Problem

The HTS system contract currently handles token association in the repo, but it's possible to replace it with the IHRC interface as outlined in HIP-719.

Solution

Utilize HIP-719 to execute token association

Alternatives

No response