Private
constructorPrivate
Readonly
grpcThe underlying grpc cluster used by Luzid only visible to the Luzid SDK itself.
Static
DevelopmentLocal/development cluster, use this for transactions and queries against the locally running validator running inside the Luzid App.
Static
DevnetSolana devnet cluster
Static
MainnetSolana mainnet cluster
Static
TestnetSolana testnet cluster
Gets the URL for the specific Solana cluster.
Generated using TypeDoc
Wrapper around the Cluster enum which provides a URL for each cluster including the development cluster that Luzid is running. This is similar to the @solana/web3.js Cluster except that the web3 version does not include the development cluster.