Skip to main content

Interface: CashoutOptions

Hierarchy

Properties

fetch

Optional fetch: Fetch

User defined Fetch compatible function

Inherited from

RequestOptions.fetch

Defined in

bee-js/src/types/index.ts:128


gasLimit

Optional gasLimit: NumberString

Gas limit for the cashout transaction in WEI

Defined in

bee-js/src/types/debug.ts:98


gasPrice

Optional gasPrice: NumberString

Gas price for the cashout transaction in WEI

Defined in

bee-js/src/types/debug.ts:93


retry

Optional retry: number

Configure backoff mechanism for requests retries. Specifies how many retries will be performed before failing a request. Retries are performed for GET, PUT, HEAD, DELETE, OPTIONS and TRACE requests. Default is 2.

Inherited from

RequestOptions.retry

Defined in

bee-js/src/types/index.ts:123


timeout

Optional timeout: number

Timeout of requests in milliseconds

Inherited from

RequestOptions.timeout

Defined in

bee-js/src/types/index.ts:115