You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To simplify switch statements depending on the Network type it would be helpful if Network was enums instead of strings.
(I assume this is similar in all languages but specifically wanted this in Swift)
See BDK:
public enum Network {
case `bitcoin`
case `testnet`
case `signet`
case `regtest`
}