Type Definition sway_types::JsonABI

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

Fuel/Sway ABI representation in JSON, originally specified here: <https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md> This type is used by the compiler and the tooling around it convert an ABI representation into native Rust structs and vice-versa.