Interface: CashoutOptions
Hierarchy
↳
CashoutOptions
Properties
fetch
• Optional
fetch: Fetch
User defined Fetch compatible function
Inherited from
Defined in
gasLimit
• Optional
gasLimit: NumberString
Gas limit for the cashout transaction in WEI
Defined in
gasPrice
• Optional
gasPrice: NumberString
Gas price for the cashout transaction in WEI
Defined in
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
Defined in
timeout
• Optional
timeout: number
Timeout of requests in milliseconds