ChainRpcUrls
type ChainRpcUrls = { http: string[]; webSocket: string[];};
Defined in: packages/iso-filecoin/src/types.ts:129
Properties
http
http: string[];
Defined in: packages/iso-filecoin/src/types.ts:130
webSocket?
optional webSocket: string[];
Defined in: packages/iso-filecoin/src/types.ts:131