Skip to main content Link Search Menu Expand Document (external link)

AccountService overview

Added in v1.0.0


Table of contents


constructors

makeAccountService

Signature

export declare const makeAccountService: Effect.Effect<AccountService$, never, AccountClientInstance>

Added in v1.0.0

layers

AccountServiceLayer

Signature

export declare const AccountServiceLayer: Layer.Layer<AccountService, never, AccountClientInstanceConfig>

Added in v1.0.0

BaseAccountServiceLayer

Signature

export declare const BaseAccountServiceLayer: Layer.Layer<AccountService, never, AccountClientInstance>

Added in v1.0.0

DefaultAccountServiceLayer

Signature

export declare const DefaultAccountServiceLayer: Layer.Layer<AccountService, never, never>

Added in v1.0.0

models

Account

Signature

export declare const Account: typeof AccountService

Added in v1.0.0

AccountService (class)

Signature

export declare class AccountService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0