Enum representing the URLs of public Solana networks.

Property

The URL of the Mainnet Beta network.

Property

The URL of the Testnet network.

Property

The URL of the Devnet network.

Enumeration Members

Enumeration Members

devnet: "https://api.devnet.solana.com"
mainnet_beta: "https://api.mainnet-beta.solana.com"
testnet: "https://api.testnet.solana.com"

Generated using TypeDoc