WaitForUserOperationTxParameters
1 type WaitForUserOperationTxParameters = object;
Defined in: aa-sdk/core/src/actions/smartAccount/types.ts:118
Properties
| Property | Type | Description |
|---|---|---|
| ‐ | |
| Exponential backoff paramters that can be used to override
the configuration on the client. If not provided, this method
will use the paramters passed via the | |
|
| the base retry interval or delay between requests |
|
| the maximum number of retries before failing |
|
| the multiplier to exponentiate based on the number retries setting this to one will result in a linear backoff |
| The tag to use for the UO status. |