FuelLabs/fuel-tx

The type `StorageSlot` should be moved to `fuel-types`

Open

#152 opened on Jun 25, 2022

 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
good first issue

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

The type StorageSlot is needed by other repositories such as Sway. It is better to have that type in a shared location rather than having to introduce a dependency on all of fuel-tx.

Contributor guide