type ToLightAccountParams<TLightAccountVersion> = object &
| {
factoryData?: never;
salt?: bigint;
}
| {
factoryData?: Hex;
salt?: never;
};Defined in: packages/smart-accounts/src/light-account/accounts/account.ts:42
| Name | Type |
|---|---|
| |
|
|
| |
| |
|
|
| Type Parameter | Default type |
|---|---|
|
|