NatLabs / serde

Serialization and Deserialization library for motoko
MIT License
16 stars 3 forks source link

[Refactor]: Merge 'toArgType()' and 'toArgValue()' into function 'toArgTypeAndValue()' #17

Closed tomijaga closed 1 year ago

tomijaga commented 1 year ago

Move the conversion from Candid to the arg type and value into the same function -> 'toArgTypeAndValue()'

benefits