1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-11 16:51:51 +00:00
Files
bips/bip-0352
Jon Atack 2f7117c6e9 BIP352: fix Any typing
`any` is a built-in logic function but not a valid type hint

Instead, use `Any`, the special construct from the typing module
that informs static analysis tools.
2026-05-07 21:04:24 -06:00
..
2024-05-08 18:14:55 +02:00
2026-05-07 21:04:24 -06:00