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
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
httpAgent?
optional
httpAgent:unknown
Defined in: bee-js/src/types/index.ts:48
Inherited from
httpsAgent?
optional
httpsAgent:unknown
Defined in: bee-js/src/types/index.ts:49
Inherited from
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
Returns
void
Inherited from
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