hashgraph / hethers.js

DEPRECATED Complete EVM library in JavaScript/TypeScript for Hedera Hashgraph Smart Contract Service
https://docs.hedera.com/hethers
MIT License
16 stars 7 forks source link

Support for max_automatic_token_associations at contract.deploy() #253

Closed Kalina-Todorova closed 2 years ago

Kalina-Todorova commented 2 years ago

As a user I'd like to be able to set the property for max automatic token associations somewhere within the deploy() method of a contract.

Reference for max_automatic_token_associations: This property is supported both for accounts and contracts, but the documentation is not yet updated so I am linking the cryptocreate page for reference instead.

This is where the property should be populated. I am referencing it as a starting point.

Daniel-K-Ivanov commented 2 years ago

Lets add support for this by utilising the customData property that we already have for transactions