Type Alias SupportedChainType

SupportedChainType:
    | "Bitcoin"
    | "Ethereum"
    | "Cosmos"
    | "Solana"
    | "Unknown"