Swift Enumeration
enum SolanaSigners
case apiKey
case email(String)
@MainActor var signer: any Signer { get }
Was this page helpful?