WASM: use wasm-bindgen unchecked_return_type
to produce more idiomatic types
#1554
Labels
Milestone
unchecked_return_type
to produce more idiomatic types
#1554
Description
Replace complex types like
UpdateDidProposalInternalTransactionOutput
withTransactionOutput<Proposal<UpdateDid> | undefined>
.Motivation
wasm-bindgen doens't support generic types, which makes the generated code look very un-idiomatic.
The text was updated successfully, but these errors were encountered: