opshin icon indicating copy to clipboard operation
opshin copied to clipboard

Support for keyword arguments in function calls

Open chrissiwaffler opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Keyword arguments are not supported yet

example:

...
check_datum(own_addr=own_addr, validator_datum=datum, output_datum=datum_value)
...

Describe the solution you'd like I'd like to use keyword arguments when calling a function to have a more structured code.

Bug bounty: 2000 ADA

chrissiwaffler avatar Aug 07 '23 22:08 chrissiwaffler