monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Computer: return expression from sync

Open ClemensLey opened this issue 1 year ago • 0 comments

It currently requires two http requests to determine the value of a smart object and the smart contract that created it. However when determining the value the smart contract needs to be determined anyway. So we can return that smart contract in addition to the value without computational overhead.

ClemensLey avatar Feb 26 '24 21:02 ClemensLey