[Feature] ABI encode with json in Function
Abierto
enhancement
- Lenguaje dominante
- Rust
- Estrellas
- 1.3k
- Forks
- 668
- Merge medio
- 2 d 1 h
- PR fusionados (30 d)
- 29
Descripción
### 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_
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.