Runners
Client
RpcClientProtocol
Added in v1.0.0
Source
Signature
declare class RpcClientProtocol extends any {
constructor();
}Constructors
Constructors
Context
Layers
Signature
declare const layerNoop: Layer.Layer<
Runners,
never,
ShardingConfig | MessageStorage.MessageStorage
>;Signature
declare const layerRpc: Layer.Layer<
Runners,
never,
MessageStorage.MessageStorage | RpcClientProtocol | ShardingConfig
>;No-Op
Rpcs
makeRpcClient
Added in v1.0.0
Source
Signature
declare const makeRpcClient: Effect.Effect<RpcClient, never, RpcClient_.Protocol | Scope>;Signature
interface RpcClient extends unknown<typeof Rpcs, RpcClientError> {}Signature
declare class Rpcs extends any {
constructor();
}