ethers-rs/book/contracts/methods.md

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

6 lines
81 B
Markdown
Raw Normal View History

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