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
Use the new attributes for the contract, endpoints and storage (#[ethereum::contract], #[endpoint(endpointName)], #[storage("storage_name")])
Use the new data types (Int256 for amounts, Address for addresses, Storage for the storage object) and remove the old ones (e.g. BigUint, StorageMapper).
Use the new Hooks trait for blockchain functionality instead of the old blockchain/send/whatever functions.
Use "Bytes" wherever we need bytes.
The text was updated successfully, but these errors were encountered:
Relevant for #117
We would need to:
#[ethereum::contract]
,#[endpoint(endpointName)]
,#[storage("storage_name")]
)The text was updated successfully, but these errors were encountered: