config.go 181 B

1234567
  1. package solana
  2. // Config holds the configuration for Solana authentication.
  3. type Config struct {
  4. // Add any Solana-specific configuration here
  5. // For now, we'll keep it simple
  6. }