Effectively copied from the TypeScript types:
Will be helpful to type return value of new SiweMessage(message) in siweAuthResponder as SIWEMessage.
Depends on D6029
Differential D6030
[lib] Introduce `SIWEMessage` type Authored by atul on Dec 25 2022, 3:58 AM.
Details
Effectively copied from the TypeScript types: Will be helpful to type return value of new SiweMessage(message) in siweAuthResponder as SIWEMessage. Depends on D6029 Careful reading
Diff Detail
Event TimelineComment Actions Will type the parts of siwe library we use properly w/ flow-typed in a subsequent diff once everything is working. |