EOSCommunity.org Forums

Read external contract tables

Hello everyone.

I am searching for documentation, tutorial, classes… anything really that explains :

  • How to read other contracts tables from within my smart contract.

From what i have found, I need to declare the exact same table structure than the original contract and then initialize the table with the original contract name.

I tried up but my table remains empty so something isnt working.

I only found 2 very old topic on that subject and no official doc so I prefer to ask before digging deeper.

Thanks a lot for any help.