[Feature] ABI encode with json in Function
Offen
enhancement
- Vorherrschende Sprache
- Rust
- Sterne
- 1.3k
- Forks
- 668
- Ø Merge
- 2 T. 1 Std.
- Gemergte PRs (30 T.)
- 29
Beschreibung
### Component
other
### Describe the feature you would like
`fn abi_encode_input(&self, values: &[DynSolValue]) -> Result, Error>`
values is very hard to build.
can we provider a method to build with json
`fn abi_encode_input_with_json(&self, values: &[serde_json::Value]) -> Result, Error>`
### Additional context
_No response_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.