fuels-types 0.16.0

Serializable type representation for working with the Fuel VM ABI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fuels-types"
version = "0.16.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
description = "Serializable type representation for working with the Fuel VM ABI."

[dependencies]
anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
strum = "0.21"
strum_macros = "0.21"