You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, if we have block.timestamp in Solidity library, Sol2Ink will transpile it as self.env().block_timestamp(). But we cannot have self out of trait/impl.
The text was updated successfully, but these errors were encountered:
For instance, if we have
block.timestamp
in Solidity library, Sol2Ink will transpile it asself.env().block_timestamp()
. But we cannot haveself
out of trait/impl.The text was updated successfully, but these errors were encountered: