Type Definition fuels_types::JsonABI

source · []
pub type JsonABI = Vec<Function>;
Expand description

Fuel ABI representation in JSON, originally specified here:

https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md

This type may be used by compilers (e.g. Sway) and related tooling to convert an ABI representation into native Rust structs and vice-versa.