AccountClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeAccountClientInstance
Signature
export declare const makeAccountClientInstance: Effect.Effect<AccountClient, never, AccountClientInstanceConfig>
Added in v1.0.0
layers
AccountClientInstanceLayer
Signature
export declare const AccountClientInstanceLayer: Layer.Layer<AccountClientInstance, never, AccountClientInstanceConfig>
Added in v1.0.0
DefaultAccountClientInstanceLayer
Signature
export declare const DefaultAccountClientInstanceLayer: Layer.Layer<AccountClientInstance, never, never>
Added in v1.0.0
tags
AccountClientInstance (class)
Signature
export declare class AccountClientInstance
Added in v1.0.0