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