Closed YaroShkvorets closed 11 months ago
Generates contract structres and decoding helper functions. Usage:
Abigen::new("Contract", "abi/contract.abi.json")? .generate()? .write_to_file("src/abi/contract.rs")?;
Similar to what antelope-abi2rs is doing but need to re-think contract structs and methods
antelope-abi2rs
Generates contract structres and decoding helper functions. Usage:
Similar to what
antelope-abi2rs
is doing but need to re-think contract structs and methods