Function: solanaConfig()
function solanaConfig(config?): SolanaConfig;
Defined in: solana-client/src/config.ts:52
Build a complete SolanaConfig from a partial one, filling unset fields from DEFAULT_SOLANA_CONFIG. Pass nothing for an all-defaults config (e.g. a read-only client against the local validator).
Parameters
| Parameter | Type |
|---|---|
config | Partial<SolanaConfig> |