type CreateLightAccountParams<TTransport, TSigner, TLightAccountVersion> = Omit<
CreateLightAccountBaseParams<
"LightAccount",
TLightAccountVersion,
TTransport,
TSigner
>,
| "getAccountInitCode"
| "entryPoint"
| "version"
| "abi"
| "accountAddress"
| "type"
> &
object;Defined in: account-kit/smart-contracts/src/light-account/accounts/account.ts:45
| Name | Type |
|---|---|
| |
|
|
| |
| |
|
|
|
|
| Type Parameter | Default type |
|---|---|
| |
|
|
|
|