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
Soroban values are all 64 bits, where the rightmost 8 bits contains a tag that specifies the type if the Value.
Solang has to insert decoding and encoding routines before and after executing a function's logic, depending on the parameters and return types of the values.
This is to be done in dispatch/soroban.rs, where Soroban dispatch logic is implemented.
This will be a parent issue, whereby each child issue corresponds to supporting a single type.
The text was updated successfully, but these errors were encountered:
Soroban values are all 64 bits, where the rightmost 8 bits contains a tag that specifies the type if the Value.
Solang has to insert decoding and encoding routines before and after executing a function's logic, depending on the parameters and return types of the values.
This is to be done in
dispatch/soroban.rs
, where Soroban dispatch logic is implemented.This will be a parent issue, whereby each child issue corresponds to supporting a single type.
The text was updated successfully, but these errors were encountered: