ethers-rs/book/contracts/abigen.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
79 B
Markdown
Raw Normal View History

2023-03-21 18:15:41 +00:00
# Abigen
```rust
{{#include ../../examples/contracts/examples/abigen.rs}}
```