WaitForUserOperationTxParameters

1type WaitForUserOperationTxParameters = object;

Defined in: aa-sdk/core/src/actions/smartAccount/types.ts:118

Properties

PropertyTypeDescription

hash

Hex

retries?

object

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 opts parameter on the smart account client.

retries.intervalMs

number

the base retry interval or delay between requests

retries.maxRetries

number

the maximum number of retries before failing

retries.multiplier

number

the multiplier to exponentiate based on the number retries setting this to one will result in a linear backoff

tag?

"pending" | "latest"

The tag to use for the UO status.