tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
41 stars 36 forks source link

How do I read another contract's state variable? #179

Open anton-trunov opened 3 months ago

anton-trunov commented 3 months ago

Contracts cannot call each other's getters, so we need to show how to read other contract's variables, provided we have control over both contracts's source code.