`0x{string}` typescript types wrong?
Closed this issue · 0 comments
niklasp commented
If I read this correctly this is the typescript type generation code. Imo this should be 0x${string}
instead of 0x{string}
on all occurences
hyperbridge/modules/hyperclient/src/lib.rs
Line 219 in f879358