Closed jafri closed 2 years ago
optional
implementation has been improved.
@learnforpractice couldn't we treat:
a1: Asset | null
as optional?
I don't think that's a good idea. Asset | null
can be used for other purposes which may cause confusion.
The current implementation is compatible with C++ Smart Contracts.
Do we have an example with optional