Is anyone here with Tact knowledge? How should I cast optional type to a classic one?
addr: Address?;
...
let a = (Address)addr;
let a2 = addr as Address;
let a3: Address = addr;
none of those worked. Can't find a valid way...

Oct 17, 2023, 12:36 PM

© 2024 Draquery.com All rights reserved.