Config
Structs
RpcConfig
struct RpcConfig {
string name
string url
}
Struct that represents an RPC endpoint
config
rpcUrl(string name) → (string)
Obtains a specific RPC from the configuration by name.
rpcUrls() → (string[2][])
Obtains all the RPCs from the configuration.
rpcUrlStructs() → (RpcConfig[] rpcs)
Obtains all the RPCs from the configuration.