Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.61 KB

File metadata and controls

72 lines (42 loc) · 1.61 KB

Defined in: packages/account/src/index.ts:40

UserOperation Client for handling high-level flows

Constructors

Constructor

new UserOpClient(): UserOpClient

Returns

UserOpClient

Methods

estimateGas()

static estimateGas(bundler, op, entryPoint): Promise<any>

Defined in: packages/account/src/index.ts:41

Parameters

Parameter Type
bundler any
op any
entryPoint `0x${string}`

Returns

Promise<any>


getReceipt()

static getReceipt(bundler, hash): Promise<any>

Defined in: packages/account/src/index.ts:55

Parameters

Parameter Type
bundler any
hash `0x${string}`

Returns

Promise<any>


sendUserOp()

static sendUserOp(bundler, op, entryPoint): Promise<any>

Defined in: packages/account/src/index.ts:48

Parameters

Parameter Type
bundler any
op any
entryPoint `0x${string}`

Returns

Promise<any>