FuelLabs/fuels-rs

Docs not clear on how to get the base asset

Opened this issue · 1 comments

It would seem we have stale examples still using 0x00... as the base asset.

Also it seems that AssetId still has BASE as a constant with the value of 0x000.... If it's not going to be removed, we should hide this from the user by wrapping the type.

To quote @xgreenx about the removal of BASE:

We will put it under the test-helpers feature, so it will be not available for production use.