Hi, is there anything like remote-read/remote-fetch to read a contract's state from another one? I know about the get methods for offchain, but what about onchain, any best practice?

Feb 21, 2023, 7:07 PM
Only messages sending, because the remote contract could be in a separate shard.
Feb 21, 2023, 7:08 PM
Okay, thanks. What about onchain signature verification (given the public key, signed data & signature)?
Feb 21, 2023, 7:09 PM
check_signature()
Feb 21, 2023, 7:33 PM

© 2024 Draquery.com All rights reserved.