Skip to content

v0.9.5

Compare
Choose a tag to compare
@Eduard-Voiculescu Eduard-Voiculescu released this 11 Oct 13:04
  • Generate ABI from bytes with method from_bytes of Abigen
    Example usage:
Abigen::from_bytes("Contract", content_bytes))?
            .generate()?
            .write_to_file("src/abi/contract.rs")?;