Add `read_only` boolean flag to ABI methods
Abierto
new-feature-request
Team Scytale
- Lenguaje dominante
- Python
- Estrellas
- 288
- Forks
- 138
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Problem
[ARC22](https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0022.md) describes a way to mark methods as `read only`, to denote they should not be called through the normal transaction process.
## Solution
Add a `read_only` argument to the methods that allow defining an ABI method and pass it through to the `contract.json`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.