tact-docs
tact-docs copied to clipboard
How do I read another contract's state variable?
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.