Registry / serialization / fuel-abi-types

fuel-abi-types

JSON →
library0.16.0rscratesunverified

Provides serializable type representations for working with the Fuel VM ABI.

# Cargo.toml [dependencies] fuel-abi-types = "0.16.0"
INSTALL
IMPORT
SIG · FUEL-ABI-TYPES
F
fuel-abi-types
serializationrustv0.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ABI
use fuel_abi_types::ABI;

Creates a default ABI type for Fuel VM.

use fuel_abi_types::ABI; fn main() { let abi = ABI::default(); println!("ABI: {:?}", abi); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fuel-abi-types — cargo add fuel-abi-types · libregistry