Skip to main content

Interface: BeeOptions

Defined in: bee-js/src/types/index.ts:53

Extends

Properties

baseURL?

optional baseURL: string

Defined in: bee-js/src/types/index.ts:44

Inherited from

BeeRequestOptions.baseURL


endlesslyRetry?

optional endlesslyRetry: boolean

Defined in: bee-js/src/types/index.ts:50

Inherited from

BeeRequestOptions.endlesslyRetry


headers?

optional headers: Record<string, string>

Defined in: bee-js/src/types/index.ts:46

Inherited from

BeeRequestOptions.headers


httpAgent?

optional httpAgent: unknown

Defined in: bee-js/src/types/index.ts:48

Inherited from

BeeRequestOptions.httpAgent


httpsAgent?

optional httpsAgent: unknown

Defined in: bee-js/src/types/index.ts:49

Inherited from

BeeRequestOptions.httpsAgent


network?

optional network: "gnosis" | "sepolia"

Defined in: bee-js/src/types/index.ts:61

Default gnosis when unspecified.


onRequest()?

optional onRequest: (request) => void

Defined in: bee-js/src/types/index.ts:47

Parameters

request

BeeRequest

Returns

void

Inherited from

BeeRequestOptions.onRequest


signer?

optional signer: string | Uint8Array<ArrayBufferLike> | PrivateKey

Defined in: bee-js/src/types/index.ts:57

Signer object or private key of the Signer in form of either hex string or Uint8Array that will be default signer for the instance.


timeout?

optional timeout: number

Defined in: bee-js/src/types/index.ts:45

Inherited from

BeeRequestOptions.timeout

💬 Get Help