Interface: BeeOptions
Defined in: bee-js/src/types/index.ts:53
Extends
Properties
baseURL?
optionalbaseURL:string
Defined in: bee-js/src/types/index.ts:44
Inherited from
endlesslyRetry?
optionalendlesslyRetry:boolean
Defined in: bee-js/src/types/index.ts:50
Inherited from
BeeRequestOptions.endlesslyRetry
headers?
optionalheaders:Record<string,string>
Defined in: bee-js/src/types/index.ts:46
Inherited from
httpAgent?
optionalhttpAgent:unknown
Defined in: bee-js/src/types/index.ts:48
Inherited from
httpsAgent?
optionalhttpsAgent:unknown
Defined in: bee-js/src/types/index.ts:49
Inherited from
network?
optionalnetwork:"gnosis"|"sepolia"
Defined in: bee-js/src/types/index.ts:61
Default gnosis when unspecified.
onRequest()?
optionalonRequest: (request) =>void
Defined in: bee-js/src/types/index.ts:47
Parameters
request
Returns
void
Inherited from
signer?
optionalsigner: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?
optionaltimeout:number
Defined in: bee-js/src/types/index.ts:45