starknet.py
starknet.py copied to clipboard
Use keyword only arguments where possible
Is your feature request related to a problem? Please describe.
It is possible to enforce arguments of python methods to only allow keyword arguments. See this.
We should update some methods to only accept these arguments.
Describe the solution you'd like
n/a
Describe alternatives you've considered
None
Additional context
n/a