type CreateSpendPermissionOptions = Omit<CoreCreateSpendPermissionOptions, "evmSmartAccount"> & { evmSmartAccount?: EvmAddress; };
optional evmSmartAccount: EvmAddress;
Was this page helpful?