UNPKG

rubic-sdk

Version:
6 lines (5 loc) 524 B
import { EvmBlockchainName, SolanaBlockchainName } from "../../../../../../../core/blockchain/models/blockchain-name"; export declare const dlnOnChainSupportedBlockchains: readonly ["SOLANA"]; export type DlnOnChainSupportedBlockchain = (typeof dlnOnChainSupportedBlockchains)[number]; export type DlnEvmOnChainSupportedBlockchain = (typeof dlnOnChainSupportedBlockchains)[number] & EvmBlockchainName; export type DlnSolanaOnChainSupportedBlockchain = (typeof dlnOnChainSupportedBlockchains)[number] & SolanaBlockchainName;